pub unsafe extern "C" fn SDL_GetSystemRAM() -> i32
dep_sdl3
Get the amount of RAM configured in the system.
Returns the amount of RAM configured in the system in MiB.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.