pub fn pwstr_to_string(value: PWSTR) -> Option<String>
Convert a NUL-terminated PWSTR into String.
PWSTR
String
Returns None if the pointer is null or the string is empty.
None