pub type openmpt_log_func = Option<unsafe extern "C" fn(message: *const c_char, user: *mut c_void)>;
Expand description

\brief Logging function

\param message UTF-8 encoded log message. \param user User context that was passed to openmpt_module_create2(), openmpt_module_create_from_memory2() or openmpt_could_open_probability2().