fn make_html_snippet(
    tcx: TyCtxt<'_>,
    span: Span,
    some_viewable: Option<&SpanViewable>
) -> Option<String>