pub type VMTrampoline = unsafe extern "C" fn(*mut VMContext, *const VMFunctionBody, *mut u128);
Signature/ABI of the trampoline.