pub fn parse_raw_func_call<'source>(
source: &'source str,
) -> Result<UntypedFuncCall<'source>, ParserError>Expand description
Parses a function name followed by a WAVE-encoded, parenthesized,
comma-separated sequence of values into an UntypedFuncCall.