UNCONST
# define UNCONST(a) ((char *) (intptr_t) (a))
# define UNCONST(a) ((char *) (a))
UNCONST(const void *ptr)
#define UNCONST(a) ((void *)(unsigned long)(const void *)(a))