Variable ClassDefinition.finalize

Invoked when an object is finalized (prepared for garbage collection). An Object may be finalized on any thread.

struct ClassDefinition
{
  // ...
  extern(C) void function(xs.bindings.xsMachineRecord*) finalize ;
  // ...
}