SysFreeString function oleaut32
Deallocates a string allocated previously by SysAllocString, SysAllocStringByteLen, SysReAllocString, SysAllocStringLen, or SysReAllocStringLen.
void SysFreeString(
BSTR bstrString
);
Implementation
void SysFreeString(Pointer<Utf16> bstrString) => _SysFreeString(bstrString);