pub unsafe fn lstrcpyW<P0>(lpstring1: PWSTR, lpstring2: P0) -> PWSTR
where P0: IntoParam<PCWSTR>,