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