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

Parameters