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