lyplg_ext_sprinter_info_clb

Type Alias 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§

pub 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.