pub async fn op_webgpu_buffer_get_map_async(
    state: Rc<RefCell<OpState>>,
    args: BufferGetMapAsyncArgs,
    _: ()
) -> Result<WebGpuResult, AnyError>