A printf-formatting string for a Uint64 value as upper-case hexadecimal.
Defined in <SDL3/SDL_stdinc.h>
#define SDL_PRIX64 "llX"
Use it like this:
"There are %" SDL_PRIX64 " bottles of beer on the wall.", bottles); SDL_Log(
This macro is available since SDL 3.1.3.