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