export enum ReallocInstruction { Create = 0, ReallocateWithoutZeroInit = 1, ReallocateZeroInit = 2, }