Adds an unattached syntax element as the first child of a specified syntax element. The currently unattached syntax element, and any child elements it possesses, is connected to the syntax element tree as the first child of the specified target element. The target element need not be attached to a tree.
void cniAddAsFirstChild( int* returnCode, CciElement* targetElement, CciElement* newElement);