Function sdl2_sys::SDL_LoadFunction

source ·
pub unsafe extern "C" fn SDL_LoadFunction(
    handle: *mut c_void,
    name: *const c_char
) -> *mut c_void
Expand description

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().