pub unsafe fn lstrcmpiW<P0, P1>(lpstring1: P0, lpstring2: P1) -> i32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,