With version 0.32.0 the GetClassNameW function now accepts a PWSTR containing a *const to an immutable string buffer even though the string buffer could be written to.
There may need to be separate types PCWSTR (*const) and PWSTR (*mut) to address this.
With version 0.32.0 the
GetClassNameWfunction now accepts aPWSTRcontaining a*constto an immutable string buffer even though the string buffer could be written to.There may need to be separate types
PCWSTR(*const) andPWSTR(*mut) to address this.