macro_rules! impl_is_zero_option_of_num {
    ($($t:ty,)+) => { ... };
}