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