pub type dissector_t = Option<unsafe extern "C" fn(arg1: *mut tvbuff_t, arg2: *mut packet_info, arg3: *mut proto_tree, arg4: *mut c_void) -> c_int>;Aliased Type§
pub enum dissector_t {
None,
Some(unsafe extern "C" fn(*mut tvbuff, *mut _packet_info, *mut _proto_node, *mut c_void) -> i32),
}