clone = CloneTagItems(original);
D0 A0
struct TagItem *CloneTagItems(struct TagItem *);
Copies the essential contents of a tag list into a new tag list.
The cloning is such that calling
FindTagItem() with a given tag on the original or cloned tag lists will always return the same tag value. That is, the ordering of the tags is maintained.