void SDL_UnloadObject(SDL_SharedObject *handle)
struct SDL_SharedObject SDL_SharedObject
SDL_SharedObject * SDL_LoadObject(const char *sofile)
SDL_FunctionPointer SDL_LoadFunction(SDL_SharedObject *handle, const char *name)
void(* SDL_FunctionPointer)(void)