PagesDataOutput
PagesDataOutput(vm_page** pages, size_t pageCount)
PagesDataOutput output(pages + firstPage, pageCount);
struct PagesDataOutput;