Alias RcPtr.DestructorType

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

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