pub const oflags_t = packed struct(u16)
pub const oflags_t = packed struct(u16) { CREAT: bool = false, DIRECTORY: bool = false, EXCL: bool = false, TRUNC: bool = false, _: u12 = 0, }