pub fn new_fn<V, E>( name: Option<String>, params: Vec<E>, body: Vec<V>, ) -> FunctionNodewhere V: Into<AstKind>, E: Into<ExprKind>,
Creates a new function node.