pub const VM_HOST_FUNC_MAGIC: u32 = _; // 1_953_722_216u32
Expand description

Equivalent of VMCONTEXT_MAGIC except for host functions.

This is stored at the start of all VMHostFuncContext structures and double-checked on VMHostFuncContext::from_opaque.