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