pub type StatusCb = Arc<dyn Fn(String) + Send + Sync>;
Type alias for status message callbacks.
pub struct StatusCb { /* private fields */ }