pub(super) fn render_attributes_in_code_with_options( w: &mut impl Write, item: &Item, prefix: &str, cx: &Context<'_>, render_doc_hidden: bool, open_tag: &str, ) -> Result