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