pub unsafe fn FindWindowW<P0, P1>(lpclassname: P0, lpwindowname: P1) -> HWND
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,