pub type I64 = I64<BigEndian>;
A 64-bit signed integer stored in big-endian byte order.
struct I64(/* private fields */);