Wrap ruby_abi_version in extern "C" for C++
extern "C"
Make ruby_abi_version have C linkage so that the symbol can be found in the shared object.
Wrap ruby_abi_version in
extern "C"for C++Make ruby_abi_version have C linkage so that the symbol can be found
in the shared object.