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