pub type CommandCallback = Rc<dyn Fn(&'static str)>;
Callback type for command execution events (receives command ID).
pub struct CommandCallback { /* private fields */ }