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