fn getLastError(self: *StackIterator) ?struct { err: UnwindError, address: usize, }
self: *StackIterator,