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