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