mir_type_info.destructor

Pointer to the type's destructor function, taking a void pointer to the object and returning void.

struct mir_type_info
extern (C)
void function(void*) @(safe) pure nothrow @(nogc) destructor;