pub unsafe fn lstrcatA<P0>(lpstring1: PSTR, lpstring2: P0) -> PSTR
where P0: IntoParam<PCSTR>,