pub fn with_dir(mut foo: impl FnMut(tempdir::TempDir)) { foo(tempdir::TempDir::new("").unwrap()); }