fn classify_args(g: &Group) -> Option<Vec<LowerArg>>
Parse the argument group of a call into LowerArg list. Returns None if any argument is not lowerable.
LowerArg
None