pub unsafe extern "C" fn gtk_list_box_bind_model(
    box_: *mut GtkListBox,
    model: *mut GListModel,
    create_widget_func: GtkListBoxCreateWidgetFunc,
    user_data: gpointer,
    user_data_free_func: GDestroyNotify
)