Given an object handle, this function looks up the address of the named function in the shared object and returns it. This address is no longer valid after calling SDL_UnloadObject().
Binds to C-function in SDL_loadso.h
extern DECLSPEC void * SDLCALL SDL_LoadFunction(void *handle, const char *name)
Sdl Class | Tao.Sdl Namespace | SDL_LoadObject | SDL_UnloadObject