Function TTF_OpenFontRW

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