pub fn cross_language_api_correspondence(
language: Language,
api_name: &str,
) -> Option<&'static CrossLanguageApiCorrespondence>Expand description
Find the correspondence entry for one compiler-confirmed standard API.
The lookup is exact and language-aware. It does not interpret a call target, infer an API from a suffix, or map a project-owned method name.