pub unsafe extern "C" fn wcsncpy_s( _Dst: *mut wchar_t, _DstSizeInChars: size_t, _Src: *const wchar_t, _MaxCount: size_t, ) -> errno_t