PRIxPTR
#define PRIxPTR "lx" /* uintptr_t */
# undef PRIxPTR /* gcc bug fixed in 12.x */
# define PRIxPTR "lX"
# define PRIxPTR "lx"