le64toh
#define le64toh(x) ((uint64_t)(x))
#define le64toh(x) bswap64((x))
#define le64toh(x) ((uint64_t)(x))
le64toh(uint64_t in)
le64toh(uint64_t in)
le64toh(uint64_t in)
le64toh(uint64_t in)
#define le64toh(x) LE_64(x)