pub const fstflags_t = packed struct(u16)
pub const fstflags_t = packed struct(u16) { ATIM: bool = false, ATIM_NOW: bool = false, MTIM: bool = false, MTIM_NOW: bool = false, _: u12 = 0, }