macro_rules! int_try_from {
    ($ty:ty) => { ... };
    ($fty:ty, $($ty:ty),*) => { ... };
}