macro_rules! impl_copy_clone_deref_wrapper {
    ($new_type:tt <$generic:tt>) => { ... };
}