pub type InputCallback = dyn Fn(u8) + Send + Sync + 'static;
The callback function for console input.