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