pub fn call_parts<'a>( node: &LinkedNode<'a>, ) -> Option<(LinkedNode<'a>, LinkedNode<'a>)>
Gets the callee and argument nodes for a normal or math call.