Function TTF_RenderUTF8_Solid

pub unsafe extern "C" fn TTF_RenderUTF8_Solid(
    font: *mut _TTF_Font,
    text: *const i8,
    fg: SDL_Color,
) -> *mut SDL_Surface
Available on crate feature dep_sdl2 only.