pub type nbpf_custom_node_callback = Option<unsafe extern "C" fn(key: *const c_char, value: *const c_char, user: *mut c_void) -> c_int>;Aliased Type§
pub enum nbpf_custom_node_callback {
None,
Some(unsafe extern "C" fn(*const i8, *const i8, *mut c_void) -> i32),
}