fn render_function_section(
out: &mut String,
span: Span,
f: &ItemFunction<'_>,
docs: &DocComments<'_>,
ctx: &Ctx<'_>,
name_to_page: &NameToPage,
page_path: &Path,
local: Option<&LocalMembers>,
inherited: Option<&NatSpecDoc>,
)