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

Aliased Type§

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.