__htolem32
#define __htolem32(_x, _v) __swapm32((_x), (_v))
#define __htolem32(_x, _v) (*(__uint32_t *)(_x) = __htole32(_v))