pub const sdflags_t = packed struct(u8)
pub const sdflags_t = packed struct(u8) { RD: bool = false, WR: bool = false, _: u6 = 0, }