Function sdl2_sys::SDL_LoadObject

source ·
pub unsafe extern "C" fn SDL_LoadObject(
    sofile: *const c_char
) -> *mut c_void
Expand description

This function dynamically loads a shared object and returns a pointer to the object handle (or NULL if there was an error). The ‘sofile’ parameter is a system dependent name of the object file.