Type Definition libyang2_sys::lyplg_ext_data_validate_clb
source · pub type lyplg_ext_data_validate_clb = Option<unsafe extern "C" fn(ext: *mut lysc_ext_instance, sibling: *mut lyd_node, dep_tree: *const lyd_node, data_type: Type, val_opts: u32, diff: *mut *mut lyd_node) -> Type>;