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