pub unsafe extern "C" fn SDL_GetVideoDriver(
    index: c_int
) -> *const c_char
Expand description

Lookup the name of a video driver.

Do not free this pointer.