Function TTF_RenderGlyph_Solid

pub unsafe extern "C" fn TTF_RenderGlyph_Solid(
    font: *mut _TTF_Font,
    ch: u16,
    fg: SDL_Color,
) -> *mut SDL_Surface
Available on crate feature dep_sdl2 only.