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