pub type InputHook = Arc<dyn Fn(&[u8]) -> Vec<u8> + Send + Sync>;
Hook type for input processing.
pub struct InputHook { /* private fields */ }