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