pub type I16Bytes<E> = I16<E>;
An unaligned i16 value with an externally specified endianness of type E.
i16
E
pub struct I16Bytes<E>(/* private fields */);