pub fn create<W: FnOnce(&mut BufWriter<NamedTempFile>) -> Result<()>>( root: &Path, ext: &str, write: W, ) -> Result<PathBuf>