pub unsafe extern "C" fn gtk_list_box_set_sort_func(
    box_: *mut GtkListBox,
    sort_func: GtkListBoxSortFunc,
    user_data: gpointer,
    destroy: GDestroyNotify
)