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