Function fermium::loadso::SDL_LoadObject[][src]

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.