func GetCPUCount() int { return int(C.SDL_GetCPUCount()) }
func GetCPUCount() int { return (int)(C.SDL_GetCPUCount()) }