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