pub type CheckedNonZeroI64 = CheckedNum<NonZero<i64>>;
struct CheckedNonZeroI64(/* private fields */);