lyplg_ext_parse_free_clb

Type Alias lyplg_ext_parse_free_clb 

Source
pub type lyplg_ext_parse_free_clb = Option<unsafe extern "C" fn(ctx: *const ly_ctx, ext: *mut lysp_ext_instance)>;

Aliased Type§

pub enum lyplg_ext_parse_free_clb {
    None,
    Some(unsafe extern "C" fn(*const ly_ctx, *mut lysp_ext_instance)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const ly_ctx, *mut lysp_ext_instance))

Some value of type T.