Synopsis
unsigned long ctl_load_32b_be(unsigned char *data);
Description

ctl_load_32b_be reads a 32-bit data item stored as four consecutive bytes in big-endian byte order and pointed to by data, and returns that value. data can have any byte alignment.