pub type CleanupState = Arc<Mutex<Option<PathBuf>>>;
pub struct CleanupState { /* private fields */ }