pub fn load_and_validate_queues( resolved: &Resolved, include_done: bool, ) -> Result<(QueueFile, Option<QueueFile>)>
Load the active queue and optionally the done queue, validating both.