pub type JobCompletionCallback = Arc<dyn Fn(&JobStatus) + Send + Sync>;
pub struct JobCompletionCallback { /* private fields */ }