Type Alias libyang2_sys::lyplg_ext_sprinter_info_clb

source ·
pub type lyplg_ext_sprinter_info_clb = Option<unsafe extern "C" fn(ctx: *mut lyspr_ctx, ext: *mut lysc_ext_instance, flag: *mut ly_bool) -> Type>;

Aliased Type§

enum lyplg_ext_sprinter_info_clb {
    None,
    Some(unsafe extern "C" fn(_: *mut lyspr_ctx, _: *mut lysc_ext_instance, _: *mut u8) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut lyspr_ctx, _: *mut lysc_ext_instance, _: *mut u8) -> u32)

Some value of type T.