Type Definition indy_sys::logger::EnabledCB

source ·
pub type EnabledCB = extern "C" fn(context: *const CVoid, level: u32, target: CString) -> bool;