htole64
#define htole64(_x) __cpu_to_le64(_x)
#define htole64(x) (x)
#define htole64(x) __bswap_64(x)