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