Performs secure deallocation of a string buffer randomizing its contents. It is designed to be a more secure version of FreeStringA.
Parameters
pszString
is a pointer to a string buffer to be randomized and freed.
Remarks
The function requires additional time overhead for randomizing the memory. Therefore if the string has no sensitive information it may be preferable to use FreeStringA to free the buffer.