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