pub fn render_function_literal( params: &[Parameter], return_type: Option<&str>, body: &BlockStatement, is_async: bool, ) -> String