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