pub type ProtocolDecoderFeed = Option<unsafe extern "C" fn(protocol: *mut c_void, level: bool, duration: u32) -> bool>;
pub enum ProtocolDecoderFeed { None, Some(unsafe extern "C" fn(*mut c_void, bool, u32) -> bool), }
No value.
Some value of type T.
T