[STLForwardCompat] Switch transformOptional from direct call to invoke (#186333)
This allows to pass pointer to member (or member function) alongside
other callable objects. Also adjusted return value as std::optional of
reference types are forbidden.