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