pub type CallInvokerCallback<'rt> = Box<dyn FnOnce() -> Result<()> + 'rt>;
pub struct CallInvokerCallback<'rt>(/* private fields */);