Function sdl2_sys::SDL_UnloadObject

source ·
pub unsafe extern "C" fn SDL_UnloadObject(handle: *mut c_void)
Expand description

Unload a shared object from memory.

\param handle a valid shared object handle returned by SDL_LoadObject()

\since This function is available since SDL 2.0.0.

\sa SDL_LoadFunction \sa SDL_LoadObject