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