clone method

BSTR clone()

Allocates a new string that is a copy of the existing string.

Implementation

BSTR clone() => BSTR._(SysAllocString(ptr));