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.