pub unsafe extern "C" fn SDL_DestroySemaphore(sem: *mut SDL_Semaphore)
dep_sdl3
Destroy a semaphore.
It is not safe to destroy a semaphore if there are threads currently waiting on it.
sem
This function is available since SDL 3.2.0.
SDL_CreateSemaphore