pub type pcap_handler = Option<unsafe extern "C" fn(arg1: *mut u_char, arg2: *const pcap_pkthdr, arg3: *const u_char)>;
pub enum pcap_handler { None, Some(unsafe extern "C" fn(*mut u8, *const pcap_pkthdr, *const u8)), }
No value.
Some value of type T.
T