Use this function to retrieve the address of the syntax element object that is the next sibling (right sibling) of the specified syntax element.
CciElement* cniNextSibling(
int* returnCode,
CciElement* targetElement);
nextSibling = cniNextSibling(&rc, element);