macro_rules! uniform_int_impl {
    ($ty:ty, $unsigned:ident, $u_large:ident) => { ... };
}