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