pub unsafe extern "C" fn pango_attr_list_splice(
    list: *mut PangoAttrList,
    other: *mut PangoAttrList,
    pos: c_int,
    len: c_int
)