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