lstrcpy

Function lstrcpy 

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

#416 lstrcpy

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