__trace_ptr
#define TRACE_PTR(p) __trace_ptr(#p, p, __FILE__, __LINE__)
extern void __trace_ptr(const char *, const void *, const char *, int);