proto_tree_foreach_func

Type Alias proto_tree_foreach_func 

Source
pub type proto_tree_foreach_func = Option<unsafe extern "C" fn(arg1: *mut proto_node, arg2: gpointer)>;

Aliased Type§

pub enum proto_tree_foreach_func {
    None,
    Some(unsafe extern "C" fn(*mut _proto_node, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _proto_node, *mut c_void))

Some value of type T.