Rewind the music stream.
Defined in <SDL_mixer.h>
void Mix_RewindMusic(void);
This causes the currently-playing music to start mixing from the beginning of the music, as if it were just started.
It's a legal no-op to rewind the music stream when not playing.
This function is available since SDL_mixer 2.0.0.