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