pub type IsolateCallback = Arc<dyn Fn(&ContainerId) + Send + Sync>;
Type alias for the isolate callback function
pub struct IsolateCallback { /* private fields */ }