pub unsafe extern "C" fn gtk_combo_box_text_insert_text(
    combo_box: *mut GtkComboBoxText,
    position: c_int,
    text: *const c_char
)