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

Trampoline function pointer type.