pub type ly_log_clb = Option<unsafe extern "C" fn(level: Type, msg: *const c_char, data_path: *const c_char, schema_path: *const c_char, line: u64)>;Aliased Type§
pub enum ly_log_clb {
None,
Some(unsafe extern "C" fn(u32, *const i8, *const i8, *const i8, u64)),
}