OSSL_HTOBE64
#define OSSL_HTOBE64(x) _byteswap_uint64(x)
#undef OSSL_HTOBE64
#define OSSL_HTOBE64(x) htobe64(x)
#define OSSL_HTOBE64(x) htobe64(x)
#define OSSL_HTOBE64(x) OSSwapHostToBigInt64(x)