pub unsafe extern "system" fn lstrcpynW(
    lpString1: *mut u16,
    lpString2: *const u16,
    iMaxLength: i32
) -> *mut u16