func HaltMusic() bool { return int(C.Mix_HaltMusic()) == 0 }
func HaltMusic() { C.Mix_HaltMusic() }
// Halt playing of the music func HaltMusic() (int) { return int(C.Mix_HaltMusic()) }