ULL
#define U64(C) C##ULL
#define U64(C) C##ULL
#define OPENSSL_U64(x) x##ULL
#define RA_FP_INT(x) (x ## ULL << RA_FP_SHIFT) /* the integer x */
#define RA_FP_INT(x) (x ## ULL << RA_FP_SHIFT) /* the integer x */
#define UINT64_C(_c) __CONCAT(_c, ULL)
#define UINTMAX_C(_c) __CONCAT(_c, ULL)
#ifdef ULL