le64toh
#define le64toh(x) __htole64(x)
# define le64toh(x) letoh(64,(x))
#define le64toh(x) (x)
#define le64toh(x) _byteswap_uint64(x)
#define le64toh(x) OSSwapLittleToHostInt64(x)