pub fn hydrate_opt_simple<T>( opt_spanned: Option<Spanned<T>>, file: &Arc<PathBuf>, buffer: &String, ) -> Option<ContextSpanned<T>>