__htobem32
#define __htobem32(_x, _v) __swapm32((_x), (_v))
#define __htobem32(_x, _v) (*(__uint32_t *)(_x) = __htobe32(_v))