fix sendfwd with `send` and `method_missing` by ko1 · Pull Request #11028 · ruby/ruby
combination with send method (optimized) or method_missing and forwarding send (...) needs to respect given rb_forwarding_call_data. Otherwize it causes critical error such as SEGV.