__PRIptr
#define PRIuPTR __PRIptr"u" /* uintptr_t */
#define PRIxPTR __PRIptr"x" /* uintptr_t */
#define PRIXPTR __PRIptr"X" /* uintptr_t */
#define SCNdPTR __PRIptr"d" /* intptr_t */
#define SCNiPTR __PRIptr"i" /* intptr_t */
#define SCNoPTR __PRIptr"o" /* uintptr_t */
#define SCNuPTR __PRIptr"u" /* uintptr_t */
#define SCNxPTR __PRIptr"x" /* uintptr_t */
#define PRIdPTR __PRIptr"d" /* intptr_t */
#define PRIiPTR __PRIptr"i" /* intptr_t */
#define PRIoPTR __PRIptr"o" /* uintptr_t */