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