get_le32
#define get_le32(p) (*((uint32_t *) (p)))
#define get_le32(p) swab32p(p)
# define get_le32(p) le32_to_cpup((const uint32_t *)(p))