pub type proto_tree_foreach_func = Option<unsafe extern "C" fn(arg1: *mut proto_node, arg2: gpointer)>;
pub enum proto_tree_foreach_func { None, Some(unsafe extern "C" fn(*mut _proto_node, *mut c_void)), }
No value.
Some value of type T.
T