macro_rules! impl_int_from_uint {
    ($ty:ty, $uty:ty) => { ... };
}