Get a pointer to the user data for the current music hook.
Defined in SDL_mixer.h
Returns pointer to the user data previously passed to Mix_HookMusic.
This returns the arg
pointer last passed to Mix_HookMusic(), or NULL if that function has never been called.
This function is available since SDL_mixer 3.0.0.