__htolem64
#define __htolem64(_x, _v) __swapm64((_x), (_v))
#define __htolem64(_x, _v) (*(__uint64_t *)(_x) = __htole64(_v))