pub unsafe extern "C" fn hdy_combo_row_bind_name_model(
    self_: *mut HdyComboRow,
    model: *mut GListModel,
    get_name_func: HdyComboRowGetNameFunc,
    user_data: gpointer,
    user_data_free_func: GDestroyNotify
)