Searched defs:UTILS_UNCONST (Results 1 – 2 of 2) sorted by relevance
54 #define UTILS_UNCONST(type, ptr) ((type*)(unsigned long)(const void*)(ptr)) macro