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