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