pub unsafe extern "C" fn gtk_list_store_insert_with_values(
    list_store: *mut GtkListStore,
    iter: *mut GtkTreeIter,
    position: c_int
    ...
)