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