Alias ControlBlock.Weak

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

struct ControlBlock
{
  // ...
  alias Weak = _Weak;
  // ...
}