__htole32
#define __lemtoh32(_x) __htole32(*(__uint32_t *)(_x))
#define __htolem32(_x, _v) (*(__uint32_t *)(_x) = __htole32(_v))
#define htole32(x) __htole32(x)
#define le32toh(x) __htole32(x)
#define letoh32(x) __htole32(x)