macro_rules! to_primitive_type {
    ($($type:ident),*) => { ... };
}