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