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