Type Definition wasmer::sys::vm::VMTrampoline

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