GCopyFunc

A function of this signature is used to copy the node data when doing a deep-copy of a tree.

alias GCopyFunc = void* function(void* src, void* data)

Return Value

A pointer to the copy

Meta