pub type WGPUPopErrorScopeCallback = Option<unsafe extern "C" fn(status: c_int, type_: c_int, message: WGPUStringView, userdata1: *mut c_void, userdata2: *mut c_void)>;Aliased Type§
enum WGPUPopErrorScopeCallback {
None,
Some(unsafe extern "C" fn(i32, i32, WGPUStringView, *mut c_void, *mut c_void)),
}