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