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