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