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