CopyFunc
typealias CopyFunc = (<Error class: unknown class>, <Error class: unknown class>?) -> <Error class: unknown class>
A function of this signature is used to copy the node data when doing a deep-copy of a tree.
param
src
A pointer to the data which should be copiedparam
data
Additional datareturn A pointer to the copy