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