pub fn parse_function(line: &str, line_number: usize) -> Result<Statement>
Parse function statement: function name(arg1, arg2, …):