macro_rules! impl_is_zero_option_of_nonzero {
    ($($t:ident,)+) => { ... };
}