pub unsafe fn outb(port: u16, value: u8)
Write a byte to the specified port.
Writing to an invalid port has undefined behavior.