const pool_allocator_vtable = Allocator.VTable
const pool_allocator_vtable = Allocator.VTable{ .alloc = UefiPoolAllocator.alloc, .resize = UefiPoolAllocator.resize, .remap = UefiPoolAllocator.remap, .free = UefiPoolAllocator.free, }