This function writes a BYTE value to the specified I/O port address.
VOID WriteIoPortByte( WORD port, BYTE value);
None