macro_rules! impl_to_primitive_int {
    ($T:ident) => { ... };
}