Alias RcPtr.ElementReferenceType

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

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