pub fn read_be_u32<T: Bits>(data: T) -> Result<u32, Error>
Calls Bits::read_be_u32(). Provided for type-elusion purposes.
Bits::read_be_u32()