pub const lookupflags_t = packed struct(u32)
pub const lookupflags_t = packed struct(u32) { SYMLINK_FOLLOW: bool = false, _: u31 = 0, }