Type Definition indy_sys::logger::LogCB

source ·
pub type LogCB = extern "C" fn(context: *const CVoid, level: u32, target: *const CString, message: *const CString, module_path: *const CString, file: *const CString, line: u32);