fn insert_rendered_fn(
editor: &SyntaxEditor,
edit: &mut SourceChangeBuilder,
function_builder: &FunctionBuilder,
position: Position,
indent: IndentLevel,
leading_ws: String,
trailing_ws: Option<String>,
cap: Option<SnippetCap>,
)