pub unsafe extern "C" fn GrDirectContext_wait(
    this: *mut GrDirectContext,
    numSemaphores: c_int,
    waitSemaphores: *const GrBackendSemaphore,
    deleteSemaphoresAfterWait: bool
) -> bool