Opens up a container using a client-provided storage interface.
Defined in <SDL3/SDL_storage.h>
iface | the function table to be used by this container |
userdata | the pointer that will be passed to the store interface |
Returns a storage container on success or NULL on failure; call SDL_GetError() for more information.
Applications do not need to use this function unless they are providing their own SDL_Storage implementation. If you just need an SDL_Storage, you should use the built-in implementations in SDL, like SDL_OpenTitleStorage() or SDL_OpenUserStorage().
This function is available since SDL 3.0.0.