pub fn write( i2c: ove_i2c_t, addr: u16, data: &[u8], timeout_ms: u32, ) -> Result<()>
Write data to an I2C device.