pub type TwiCommandCompleteFunction = fn(_: Isolated, _: TwiIdentity, _: OxideResult<(Command<'static>, usize), TwiError>, _: Option<*const dyn Any>);
Callback called when a TWI command is completed