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