Type Definition 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>;