dml_print
#define dml_print(str, ...) {DC_LOG_DML(str, ##__VA_ARGS__); }
#define dml_print(...) ((void)0)