mixSetError function
const MIX_MAX_VOLUME = SDL_MIX_MAXVOLUME;
const Mix_SetError = SDL_SetError;
Implementation
//const MIX_MAX_VOLUME = SDL_MIX_MAXVOLUME;
/// ```c
/// const Mix_SetError = SDL_SetError;
/// ```
bool mixSetError(String fmt) => sdlSetError(fmt);