pub unsafe extern "C" fn pango_shape_full(
    item_text: *const c_char,
    item_length: c_int,
    paragraph_text: *const c_char,
    paragraph_length: c_int,
    analysis: *const PangoAnalysis,
    glyphs: *mut PangoGlyphString
)