Alias SharedPtr.ControlType

Type of control block.

struct SharedPtr
{
  // ...
  alias ControlType = _ControlType;
  // ...
}