pub fn run_paging_loop<T: Read + Write, A: SlotArena, S: SwapStore>( stream: &mut T, res: &mut Residency<A, S>, ) -> Result<()>