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