pub type SubmittedWorkDoneClosure = Box<dyn FnOnce() + Send + 'static>;
pub struct SubmittedWorkDoneClosure(/* private fields */);