pub unsafe fn lstrcpynW<P0>(lpstring1: &mut [u16], lpstring2: P0) -> PWSTR
where P0: IntoParam<PCWSTR>,