Type Alias libyang2_sys::lyplg_ext_data_node_clb

source ·
pub type lyplg_ext_data_node_clb = Option<unsafe extern "C" fn(ext: *mut lysc_ext_instance, node: *mut lyd_node, validate_options: u32) -> Type>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.