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