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