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