Variable ClassDefinition.destructor

struct ClassDefinition
{
  // ...
  extern(C) void function(void*) destructor ;
  // ...
}