macro_rules! impl_from_primitive {
    ($T:ty, $to_ty:ident) => { ... };
}