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