pub const Request = packed struct
pub const Request = packed struct { nr: u8, io_type: u8, size: @Int(.unsigned, bits.size), dir: Direction, }