[][src]Function sdl2_sys::SDL_LoadFunction

pub unsafe extern "C" fn SDL_LoadFunction(
    handle: *mut c_void,
    name: *const c_char
) -> *mut c_void
[]

Given an object handle, this function looks up the address of the named function in the shared object and returns it. This address is no longer valid after calling SDL_UnloadObject().