_wstat

_wstatは、_statのワイド文字版。

_stat、_stat32、_stat64、_stati64、_stat32i64、_stat64i32、_wstat、_wstat32、_wstat64、_wstati64、_wstat32i64、_wstat64i32 | Microsoft Learn

第1引数がワイド文字列ということ以外は_statと同じ。
_wstat.cppで、

と書くと、

こうなる。
こうなる。

こうなる。

Sample/c/_wstat/_wstat/src/_wstat at master · bg1bgst333/Sample · GitHub