const raw_pool_allocator_table = Allocator.VTable
const raw_pool_allocator_table = Allocator.VTable{ .alloc = uefi_alloc, .resize = uefi_resize, .remap = uefi_remap, .free = uefi_free, }