pub unsafe fn outb(port: u16, value: u8)Expand description
Write a byte to an x86_64 I/O port.
§Safety
The caller must ensure port is a valid I/O port address for the
intended device. Writing to an incorrect port can cause undefined
hardware behavior.