@override void reattach({ffi.Pointer<ccore.VecMat>? newPtr}) { super.reattach(newPtr: newPtr); Vec.finalizer.attach(this, ref.ptr.cast<ffi.Void>(), detach: this); }