macro_rules! impl_try_from_scalar_integer {
    ($t:ty) => { ... };
}