[][src]Function sdl2_sys::SDL_LoadObject

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

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.