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