Type Alias libyang2_sys::ly_ext_data_clb

source ·
pub type ly_ext_data_clb = Option<unsafe extern "C" fn(ext: *const lysc_ext_instance, user_data: *mut c_void, ext_data: *mut *mut c_void, ext_data_free: *mut ly_bool) -> Type>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.