macro_rules! nonzero_integers_div {
    ( $( $Ty: ident($Int: ty); )+ ) => { ... };
}