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