pub type Be<T> = EndianPrimitive<BigEndian, T, ()>;
A type alias for unaligned big endian primitives
pub struct Be<T> { /* private fields */ }