fn function_call( ast_func: &Fn, param_list: &ParamList, self_name: Option<&str>, is_unsafe: bool, ) -> Option<String>
Helper function to build a function call. None if expected self_name was not provided
None
self_name