Type Definition pcap_sys::pcap_handler

source ·
pub type pcap_handler = Option<unsafe extern "C" fn(arg1: *mut u_char, arg2: *const pcap_pkthdr, arg3: *const u_char)>;