UC_SS
#define ucisspace(cc) ucisprop(cc, UC_ZS|UC_SS, 0)
ASSYM(UC_SS, offsetof(ucontext_t, uc_mcontext.mc_ss));