pub fn token_stream_to_file<P: AsRef<Path>>( file_path: P, tokens: &TokenStream, ) -> Result<Directory, VfsError>