pub fn pwstr_from_str(source: &str) -> PWSTR
Allocate a PWSTR with Com::CoTaskMemAlloc and copy a &str into it.
PWSTR
Com::CoTaskMemAlloc
&str