pub unsafe fn lstrcpynA<P0>(lpstring1: &mut [u8], lpstring2: P0) -> PSTR
where P0: IntoParam<PCSTR>,