Adds an opmask field to mcontext, to be used to save the opmask registers of AVX-512
during a context switch.
Adjusts all offsets and adds the define MCXT_TOTAL_OPMASK_SLOTS_SIZE.
Fixes the test protect-dstack.
Adds backward compatibility support incl. for builds before f9c8364f.
Issue: #1312