Alias IntrusivePtr.ElementReferenceType

Same as ElementType* or ElementType if is class/interface/slice.

struct IntrusivePtr
{
  // ...
  alias ElementReferenceType = ElementReferenceTypeImpl!ElementType;
  // ...
}