pub type build_label_func = Option<unsafe extern "C" fn(pinfo: *mut packet_info, result: *mut gchar)>;
pub enum build_label_func { None, Some(unsafe extern "C" fn(*mut _packet_info, *mut i8)), }
No value.
Some value of type T.
T