pub extern "C" fn wgpu_compute_pass_write_timestamp(
    pass: &mut ComputePass,
    query_set_id: Id<QuerySet<Api>>,
    query_index: u32
)
Available on crate feature wgpu only.