pub type rtcGatheringStateCallbackFunc = Option<unsafe extern "C" fn(pc: c_int, state: rtcGatheringState, ptr: *mut c_void)>;
pub enum rtcGatheringStateCallbackFunc { None, Some(unsafe extern "C" fn(i32, u32, *mut c_void)), }
No value.
Some value of type T.
T