pub type NonZeroI32 = NonAnyI32<0>;
An integer that is known not to equal zero.
pub struct NonZeroI32(/* private fields */);