Function sdl2_sys::SDL_LoadObject

source ·
pub unsafe extern "C" fn SDL_LoadObject(
    sofile: *const c_char
) -> *mut c_void
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