testdir
pub fn with_global_testdir<F, R>(base: &str, count: NonZeroU8, func: F) -> R where F: FnOnce(&TestDir) -> R,