pub fn delete_stale_file_symbols( conn: &mut impl GenericClient, project_id: &str, file_path: &str, current_symbol_ids: &[String], ) -> Result<usize>