pub type indyLoggerLogCb = Option<unsafe extern "C" fn(context: *const c_void, level: indy_u32_t, target: *const c_char, message: *const c_char, module_path: *const c_char, file: *const c_char, line: indy_u32_t)>;Aliased Type§
pub enum indyLoggerLogCb {
None,
Some(unsafe extern "C" fn(*const c_void, u32, *const i8, *const i8, *const i8, *const i8, u32)),
}