BoxedFreeFunc

This function is provided by the user and should free the boxed structure passed.

alias BoxedFreeFunc = void delegate
(
void* boxed
)