BoxedFreeFunc

typealias BoxedFreeFunc = (<Error class: unknown class>) -> Unit

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

  • param boxed The boxed structure to be freed.