HTOLE64
#define HTOLE64(x) (x) = bswap64((uint64_t)(x))
#define HTOLE64(x) (void) (x)
#define HTOLE64(x) (x) = bswap64(__CAST(uint64_t, (x)))
#define HTOLE64(x) __CAST(void, (x))