func GetSystemRAM() int { return int(C._SDL_GetSystemRAM()) }
func GetSystemRAM() int { return (int)(C._SDL_GetSystemRAM()) }