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