Alias IntrusivePtr.DestructorType

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

struct IntrusivePtr
{
  // ...
  alias DestructorType = SharedPtr.DestructorType!ElementType;
  // ...
}