pub unsafe extern "system" fn lstrcpy( lpstring1: *mut u16, lpstring2: *const u16, ) -> *mut u16
#416 lstrcpy
#416
copy the contents from the string lpszSrc to the string lpszDest, including the NULL character
lpszSrc
lpszDest