__trace_str
#define TRACE_STR(s) __trace_str(#s, s, __FILE__, __LINE__)
extern void __trace_str(const char *, const char *, const char *, int);