Add is_contextual flag to FunctionDescriptor. by copybara-service[bot] · Pull Request #1775 · google/cel-cpp

@jnthntatum @copybara-github

This is used to mark a function as impure or context dependent. This
blocks constant folding from attempting to evaluate the function.

PiperOrigin-RevId: 827691703