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