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