macro_rules! nzint_impl_try_from_nzint {
    ($From:ty => $To:ty, $doc: expr) => { ... };
    ($To:ty: $($From: ty),*) => { ... };
}