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