pub type NonMinI64 = NonAnyI64<{ i64::MIN }>;
An integer that is known not to equal i64::MIN.
i64::MIN
pub struct NonMinI64(/* private fields */);