macro_rules! impl_to_primitive {
    ($t:ident, $wrapped:ty, ($($type:ident),*)) => { ... };
}