pub unsafe extern "C" fn gtk_recent_chooser_set_sort_func(
    chooser: *mut GtkRecentChooser,
    sort_func: GtkRecentSortFunc,
    sort_data: gpointer,
    data_destroy: GDestroyNotify
)