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