Function TTF_OpenFontIndexRW

pub unsafe extern "C" fn TTF_OpenFontIndexRW(
    src: *mut SDL_RWops,
    freesrc: i32,
    ptsize: i32,
    index: i64,
) -> *mut _TTF_Font
Available on crate feature dep_sdl2 only.