macro_rules! prim_int_impl {
    ($T:ty, $S:ty, $U:ty) => { ... };
}