pub fn library_version_is_too_old() -> Result<bool, Error>Expand description
Checks whether the version of the running system library is older than the version corresponding to the compatibility level selected via the available feature flags.
Returns Ok(true) if the library version is older, Ok(false) if equal or newer, or Err if a
problem occurred processing the version string.