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