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