gh-117267: Ensure DirEntry.stat().st_ctime behaves consistentlywith os.stat() during the deprecation period of st_ctime bycontaining the same value as st_birthtime. After the deprecationperiod, st_ctime will be the metadata change time (or unavailablethrough DirEntry), and only st_birthtime will contain the creationtime.