pub trait ApiDependencyAnalysis<'tcx> {
    // Required method
    fn get_api_dependency_graph(&self) -> ApiDependencyGraph<'tcx>;
}pub trait ApiDependencyAnalysis<'tcx> {
    // Required method
    fn get_api_dependency_graph(&self) -> ApiDependencyGraph<'tcx>;
}