pub fn IOWR(io_type: u8, nr: u8, comptime IOT: type) i32
pub fn IOWR(io_type: u8, nr: u8, comptime IOT: type) i32 { return ioImpl(.read_write, io_type, nr, IOT); }