pub type lyplg_ext_parse_clb = Option<unsafe extern "C" fn(pctx: *mut lysp_ctx, ext: *mut lysp_ext_instance) -> Type>;

Aliased Type§

enum lyplg_ext_parse_clb {
    None,
    Some(unsafe extern "C" fn(_: *mut lysp_ctx, _: *mut lysp_ext_instance) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.