ly_log_clb

Type Alias ly_log_clb 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *const i8, *const i8, *const i8, u64))

Some value of type T.