Make `CustomMapValueInterface::arena` nullable. by copybara-service[bot] · Pull Request #1715 · google/cel-cpp

@copybara-github

Default `CustomMapValue` constructor sets `arena` to `nullptr`,
and then there is no code which relies on `nonnull` of the
the `arena` pointer.

PiperOrigin-RevId: 811842550