__trace_in
#define TRACE_IN(x) __trace_in(#x, __FILE__, __LINE__)
extern void __trace_in(const char *, const char *, int);