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