pub unsafe fn inb(port: u16) -> u8
Read a byte from the specified port.
Reading from an invalid port has undefined behavior.