pub unsafe extern "C" fn gtk_combo_box_text_append(
    combo_box: *mut GtkComboBoxText,
    id: *const c_char,
    text: *const c_char
)