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