pub type I2cCompleteCallback = fn(Result<(), Error>);
Callback type to notify user code of completion I2C transfers