pub unsafe extern "C" fn cairo_glyph_extents(
    cr: *mut cairo_t,
    glyphs: *const Glyph,
    num_glyphs: c_int,
    extents: *mut TextExtents
)