LogMsgType
extern void log_msg(LogMsgType, const char *, ...);
log_msg(LogMsgType a_type, const char *a_format, ...)
static void _smlLogMsg(LogMsgType a_type, const char *a_format, ...);
_smlLogMsg(LogMsgType a_type, const char *a_format, ...)
extern void log_msg(LogMsgType, const char *, ...);