macro_rules! impl_try_from_bnum {
    ($t:ident, $wrapped:ty, ($($into:ident, $into_wrap:ty),*)) => { ... };
}