pub type lyplg_ext_compile_clb = Option<unsafe extern "C" fn(cctx: *mut lysc_ctx, extp: *const lysp_ext_instance, ext: *mut lysc_ext_instance) -> Type>;Aliased Type§
pub enum lyplg_ext_compile_clb {
None,
Some(unsafe extern "C" fn(*mut lysc_ctx, *const lysp_ext_instance, *mut lysc_ext_instance) -> u32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut lysc_ctx, *const lysp_ext_instance, *mut lysc_ext_instance) -> u32)
Some value of type T.