pub unsafe extern "C" fn SoapySDR_getABIVersion() -> *const c_char
Expand description

Get the ABI version string that the library was built against. A client can compare SOAPY_SDR_ABI_VERSION to getABIVersion() to check for ABI incompatibility before using the library. If the values are not equal then the client code was compiled against a different ABI than the library.