// undocumented func GetSynchroValue() int { return (int)(C.Mix_GetSynchroValue()) }
// Synchro value is set by MikMod from modules while playing func GetSynchroValue() (int) { return int(C.Mix_GetSynchroValue()) }