pub async fn complete_versions_generic( registry: &dyn Registry, package_name: &str, prefix: &str, operator_chars: &[char], ) -> Vec<CompletionItem>