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