macro_rules! wrapping_int_impl_unsigned {
    ($($t:ty)*) => { ... };
}