pub unsafe extern "C" fn strncpy_s( _Destination: *mut c_char, _SizeInBytes: rsize_t, _Source: *const c_char, _MaxCount: rsize_t, ) -> errno_t