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