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