pub fn check_python_abi<'a>(
python_abi: &Version,
binary_format: BinaryFormat,
symbols: impl IntoIterator<Item = Symbol<'a, 'a>>,
) -> Result<BTreeSet<PythonAbiViolation>>Expand description
Check for violations of the Python ABI policy.