Type Alias datachannel_sys::rtcGatheringStateCallbackFunc
source · pub type rtcGatheringStateCallbackFunc = Option<unsafe extern "C" fn(pc: c_int, state: rtcGatheringState, ptr: *mut c_void)>;Aliased Type§
enum rtcGatheringStateCallbackFunc {
None,
Some(unsafe extern "C" fn(_: i32, _: u32, _: *mut c_void)),
}