Type Alias RawLog

Source
pub type RawLog = unsafe extern "C-unwind" fn(level: LogLevel, channel: *const c_char, message: *const c_char);