pub unsafe extern "C" fn g_slist_sort_with_data(
    list: *mut GSList,
    compare_func: GCompareDataFunc,
    user_data: gpointer
) -> *mut GSList