Macro impl_zeroable_primitive

Source
macro_rules! impl_zeroable_primitive {
    ($($NonZeroInner:ident ( $primitive:ty )),+ $(,)?) => { ... };
}