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