Closes and frees a storage container.
Defined in <SDL3/SDL_storage.h>
storage | a storage container to close |
Returns 0 if the container was freed with no errors, a negative value otherwise; call SDL_GetError() for more information. Even if the function returns an error, the container data will be freed; the error is only for informational purposes.
This function is available since SDL 3.0.0.