pub const VMCOMPONENT_MAGIC: u32 = _; // 1_886_220_131u32
Expand description
Equivalent of VMCONTEXT_MAGIC
except for components.
This is stored at the start of all VMComponentContext
structures and
double-checked on VMComponentContext::from_opaque
.