Alias SharedPtr.DestructorType

Type of destructor (void function(void*)@attributes).

struct SharedPtr
{
  // ...
  alias DestructorType = _DestructorType;
  // ...
}