pub unsafe extern "C" fn SDL_CreateSemaphore(
    initial_value: Uint32
) -> *mut SDL_sem
Expand description

Create a semaphore, initialized with value, returns NULL on failure.