BE_OUT64
#define BE_OUT64(xa, yv) \
#define BE_OUT64(xa, yv) *((uint64_t *)(void *)(xa)) = htonll((uint64_t)(yv));