lstrcpyn

Function lstrcpyn 

Source
pub unsafe extern "system" fn lstrcpyn(
    lpstring1: *mut u16,
    lpstring2: *const u16,
    imaxlength: i32,
) -> *mut u16
Expand description

#416 lstrcpyn

copy the contents from the string lpszSrc to the string lpszDest, including the NULL character