@tryInline Pointer<void> get ptrValue => b.u32Heap[address ~/ 4];
@tryInline set ptrValue(Pointer<void> ptr) => b.u32Heap[address ~/ 4] = ptr;