pub trait DirEntryExt { fn ino(&self) -> u64; }
wasi_ext
fs::DirEntry 的 WASI 特定扩展方法。
fs::DirEntry
返回 dirent_t 的基础 d_ino 字段
dirent_t
d_ino