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