__trace_out
#define TRACE_OUT(x) __trace_out(#x, __FILE__, __LINE__)
extern void __trace_out(const char *, const char *, int);