func GroupNewer(tag int) int { _tag := (C.int)(tag) return (int)(C.Mix_GroupNewer(_tag)) }
// Finds the "most recent" (i.e. last) sample playing in a group of channels func GroupNewest(tag int) (int) { return int(C.Mix_GroupNewer(C.int(tag))) }