__trace_msg
#define TRACE_MSG(x) __trace_msg(x, __FILE__, __LINE__)
extern void __trace_msg(const char *, const char *, int);