Create an in-memory copy of a tree. The copy must be explicitly free'd or it will leak.
@param out_ Pointer to store the copy of the tree @param source Original tree to copy
See Implementation
Create an in-memory copy of a tree. The copy must be explicitly free'd or it will leak.
@param out_ Pointer to store the copy of the tree @param source Original tree to copy