pub unsafe extern "C" fn SDL_CreateCondition() -> *mut SDL_ConditionExpand description
Create a condition variable.
§Return value
Returns a new condition variable or NULL on failure; call SDL_GetError()
for more information.
§Availability
This function is available since SDL 3.2.0.