pub fn rename_identifier( ident: String, span: Span, rename_attr: Option<String>, rename_all_attr: Option<&str>, ) -> Result<String, Error>