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