Clear the current error message.
Defined in <SDL3_sound/SDL_sound.h>
void Sound_ClearError(void);The next call to Sound_GetError() after Sound_ClearError() will return NULL.
It is safe to call this function from any thread.
This function is available since SDL_sound 1.0.0.