pub fn stat(dir: Dir, io: Io) StatError!Stat
pub fn stat(dir: Dir, io: Io) StatError!Stat { return io.vtable.dirStat(io.userdata, dir); }