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