Type Alias VMTrampoline

Source
pub type VMTrampoline = unsafe extern "C" fn(*mut VMContext, *const VMFunctionBody, *mut RawValue);
Expand description

The type for tramplines in the VM.