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§

enum lyplg_ext_compile_clb {
    None,
    Some(unsafe extern "C" fn(_: *mut lysc_ctx, _: *const lysp_ext_instance, _: *mut lysc_ext_instance) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut lysc_ctx, _: *const lysp_ext_instance, _: *mut lysc_ext_instance) -> u32)

Some value of type T.