pub const VM_ARRAY_CALL_HOST_FUNC_MAGIC: u32 = _; // 1_179_140_929u32Expand description
Equivalent of VMCONTEXT_MAGIC except for array-call host functions.
This is stored at the start of all VMArrayCallHostFuncContext structures
and double-checked on VMArrayCallHostFuncContext::from_opaque.