pub const VM_HOST_FUNC_MAGIC: u32 = u32::from_le_bytes(*b"host"); // 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.