pub unsafe extern "C" fn hdy_combo_row_bind_model(
    self_: *mut HdyComboRow,
    model: *mut GListModel,
    create_list_widget_func: GtkListBoxCreateWidgetFunc,
    create_current_widget_func: GtkListBoxCreateWidgetFunc,
    user_data: gpointer,
    user_data_free_func: GDestroyNotify
)