pub unsafe fn free_memory_pages(
    allocator: Allocator,
    allocation_count: usize,
    allocations: *mut Allocation
)