GBoxedCopyFunc

This function is provided by the user and should produce a copy of the passed in boxed structure.

alias GBoxedCopyFunc = void* function(void* boxed)

Return Value

The newly created copy of the boxed structure.