fn find_sysconfigdata(
cross: &CrossCompileConfig,
) -> Result<Option<PathBuf>, Error>Expand description
Finds the sysconfigdata file when the target Python library directory is set.
Returns None if the library directory is not available, and a runtime error
when no or multiple sysconfigdata files are found.