Type Alias libyang2_sys::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§
enum lyplg_ext_parse_free_clb {
None,
Some(unsafe extern "C" fn(_: *const ly_ctx, _: *mut lysp_ext_instance)),
}