pub const SDL_PRIs64: *const c_char = _; // {alloc24446<imm>: *const i8}Expand description
A printf-formatting string for an Sint64 value.
Use it like this:
SDL_Log("There are %" SDL_PRIs64 " bottles of beer on the wall.", bottles);ยงAvailability
This macro is available since SDL 3.2.0.