pub unsafe extern "C" fn SkCanvas_drawGlyphs2(
    this: *mut SkCanvas,
    count: c_int,
    glyphs: *const SkGlyphID,
    xforms: *const SkRSXform,
    origin: SkPoint,
    font: *const SkFont,
    paint: *const SkPaint
)