Get full path of a previously-specified Timidity config file.
Defined in <SDL3_mixer/SDL_mixer.h>
const char* Mix_GetTimidityCfg(void);
(const char *) Returns the previously-specified path, or NULL if not set.
For example, "/etc/timidity.cfg"
If a path has never been specified, this returns NULL.
This returns a pointer to internal memory, and it should not be modified or free'd by the caller.
This function is available since SDL_mixer 3.0.0.