ino: u64off: u64reclen: u16type: u8name: u8pub const dirent64 = extern struct {
ino: u64,
off: u64,
reclen: u16,
type: u8,
name: u8, // field address is the address of first byte of name https://github.com/ziglang/zig/issues/173
}