write_debug_stream
void write_debug_stream(const char *, ...) __PRINTFLIKE(1,2);
#define DBGMSG(args) write_debug_stream args
#define DBGMSG(args) write_debug_stream args
void write_debug_stream(const char *, ...);