pub fn str_to_co_task(s: &str) -> PWSTR
Converts a &str to a PWSTR by allocating memory using CoTaskMemAlloc.
&str
PWSTR
CoTaskMemAlloc