Provided by: libsdl3-doc_3.2.20+ds-2_all 

NAME
SDL_CloseStorage - Closes and frees a storage container.
SYNOPSIS
#include <SDL3/SDL_storage.h>
bool SDL_CloseStorage(SDL_Storage *storage);
FUNCTION PARAMETERS
storage
a storage container to close.
RETURN VALUE
for more information. Even if the function returns an error, the container data will be freed; the error
is only for informational purposes.
AVAILABILITY
This function is available since SDL 3.2.0.
SEE ALSO
SDL_OpenFileStorage(3), SDL_OpenStorage(3), SDL_OpenTitleStorage(3), SDL_OpenUserStorage(3)
Simple Directmedia Layer SDL 3.2.20 SDL_CloseStorage(3)