ref: f762f96f07cf2dfc7b3bb745d6a767dccda0a01a 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) ;;