auto initialization is off. Assigning another counted reference is still okay.
SafeRefCounted.opAssign
void opAssign(typeof(this) rhs)Assignment operators.
Note
You may not assign a new payload to an uninitialized SafeRefCounted, if
void opAssign(T rhs)Ditto