Macro impl_nonzero_int_try_from_nonzero_int

macro_rules! impl_nonzero_int_try_from_nonzero_int {
    ($source:ty => $($target:ty),+) => { ... };
}