Defined in File util.hpp
util::
::
uint32FromBEBytes
Helper function to convert an array of 4 bytes in Big Endian order to uint32
uint32 in little endian order
bytes: 4 byte array (8 bit unsigned int) in big endian order to be converted
bytes