Alias ControlBlock.Shared

Signed integer for ref counting of SharedPtr or void if ref counting is not necessary (UniquePtr).

struct ControlBlock
{
  // ...
  alias Shared = _Shared;
  // ...
}