pub unsafe extern "C" fn wcsncpy( __dest: *mut wchar_t, __src: *const wchar_t, __n: usize, ) -> *mut wchar_t
Copy no more than N wide-characters of SRC to DEST.