pub type LoggerFunction = extern "C" fn(level: i32, message: *const c_char, args: *mut c_void, userdata: *mut c_void);
Expand description

Type of the callback for logger function.