#[unsafe(no_mangle)]
pub unsafe extern "C" fn wgpu_request_adapter_async(
desc: Option<&RequestAdapterOptions>,
mask: BackendBit,
callback: RequestAdapterCallback,
userdata: *mut c_void,
)Expand description
ยงSafety
This function is unsafe as it calls an unsafe extern callback.