pub fn i2c_smbus_write_byte_data(
    fd: RawFd,
    command: u8,
    value: u8
) -> Result<()>