pub unsafe extern "C" fn g_list_insert_sorted(
    list: *mut GList,
    data: gpointer,
    func: GCompareFunc
) -> *mut GList