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