pub type VMTrampoline = unsafe extern "C" fn(*mut VMContext, *const VMFunctionBody, *mut RawValue);
The type for tramplines in the VM.