pub unsafe extern "C" fn cairo_show_text_glyphs(
cr: *mut cairo_t,
utf8: *const i8,
utf8_len: i32,
glyphs: *const cairo_glyph_t,
num_glyphs: i32,
clusters: *const cairo_text_cluster_t,
num_clusters: i32,
cluster_flags: i32
)