Function SDL_LoadObject
pub unsafe extern "C" fn SDL_LoadObject(
sofile: *const i8,
) -> *mut c_void
Available on crate feature
dep_sdl2
only.Expand description
Dynamically load a shared object.
\param sofile a system-dependent name of the object file \returns an opaque pointer to the object handle or NULL if there was an error; call SDL_GetError() for more information.
\since This function is available since SDL 2.0.0.
\sa SDL_LoadFunction \sa SDL_UnloadObject