pub type retro_log_printf_t = Option<unsafe extern "C" fn(level: retro_log_level, fmt: *const c_char, ...)>;
Expand description

Logging function. Takes log level argument as well.