ref: de496a920339b8285ca2e9225b1abff7af54698a dir: /lib/std/sjlj.myr/
pkg std = type jmpbuf = struct regs : uint64[8] ;; extern const setjmp : (jb : jmpbuf# -> bool) extern const longjmp : (jb : jmpbuf# -> void) ;;