pub unsafe extern "C" fn wmemmove( __s1: *mut c_int, __s2: *const c_int, __n: c_ulong, ) -> *mut c_int
Copy N wide characters of SRC to DEST, guaranteeing correct behavior for overlapping strings.