be64_to_cpu
#define be64_to_cpu(x) BE_64((uint64_t)(x))
#define be64_to_cpu(x) (x)
#define be64_to_cpu(x) BSWAP_64(x)