pub unsafe extern "C" fn SkCanvas_drawGlyphs(
    this: *mut SkCanvas,
    count: c_int,
    glyphs: *const SkGlyphID,
    positions: *const SkPoint,
    clusters: *const u32,
    textByteCount: c_int,
    utf8text: *const c_char,
    origin: SkPoint,
    font: *const SkFont,
    paint: *const SkPaint
)