fn render_assoc_items(
    w: &mut Buffer,
    cx: &mut Context<'_>,
    containing_item: &Item,
    it: DefId,
    what: AssocItemRender<'_>
)