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