Make rb_ec_set_vm_stack conformant to the C++11 requirement
rb_ec_set_vm_stack
Https://learn.microsoft.com/en-us/cpp/build/reference/zc-inline-remove-unreferenced-comdat?view=msvc-140
If /Zc:inline is specified, the compiler enforces the C++11 requirement that all functions declared inline must have a definition available in the same translation unit if they're used.
/Zc:inline
Make
rb_ec_set_vm_stack
conformant to the C++11 requirementHttps://learn.microsoft.com/en-us/cpp/build/reference/zc-inline-remove-unreferenced-comdat?view=msvc-140