get_u32_le
uint32_t get_u32_le(const void *)
#define LOAD_UINT32_REVERSED(p) get_u32_le(p)
#define LOAD_UINT32_LITTLE(p) (get_u32_le(p))