pub unsafe extern "C" fn gtk_list_box_set_filter_func(
    box_: *mut GtkListBox,
    filter_func: GtkListBoxFilterFunc,
    user_data: gpointer,
    destroy: GDestroyNotify
)