Frees a BSTR pointer that was allocated using the Marshal.SecureStringToBSTR(System.Security.SecureString) method.
s The address of the BSTR to free.
The Marshal.ZeroFreeBSTR(IntPtr) method first sets the contents of the BSTR to zero, and then frees the BSTR.