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