intptr_t
# define intptr_t unsigned int
typedef int64_t intptr_t;
typedef int32_t intptr_t;
typedef __intptr_t intptr_t;