Function TTF_GetFontKerningSizeGlyphs

pub unsafe extern "C" fn TTF_GetFontKerningSizeGlyphs(
    font: *mut _TTF_Font,
    previous_ch: u16,
    ch: u16,
) -> i32
Available on crate feature dep_sdl2 only.