pub fn IO(io_type: u8, nr: u8) i32
pub fn IO(io_type: u8, nr: u8) i32 { return ioImpl(.none, io_type, nr, void); }