CASTxPTR
# define CASTxPTR(n) (unsigned long)(intptr_t)(void*)(n)
# define CASTxPTR(n) (intptr_t)(void*)(n)
# define CASTxPTR(n) (long)(void*)(n)