Sysand is supposed to be used as a library called from other languages via FFI. While unwinding via FFI boundary is possible, it is complicated and error prone. Therefore, we should consider whether to forbid panicking in the core and replace all points that could potentially panic with returning an internal error instead.
Related: #33