pub async fn resolve_gateway_lifecycle_quarantine(
pool: &PgPool,
quarantine_id: Uuid,
actor_id: ActorId,
expected_occurrence_count: i64,
expected_last_seen_at: DateTime<Utc>,
reason: &GatewayLifecycleQuarantineResolutionReason,
) -> Result<GatewayLifecycleQuarantineResolutionOutcome, GatewayLifecycleReconciliationError>