pub unsafe extern "C" fn SDL_ClearError() -> boolExpand description
Clear any previous error message for this thread.
Returns: true.
Thread Safety: It is safe to call this function from any thread.
Available Since: This function is available since SDL 3.2.0.
See Also: SDL_GetError See Also: SDL_SetError