pub unsafe extern "C" fn revmc_exit(ecx: *const EvmContext<'_>) -> !Available on x86-64 only.
Expand description
Exit trampoline: loads ecx.exit_result, restores the saved RSP,
pops callee-saved registers and returns to the caller of revmc_entry.
ยงSafety
Must only be called from a builtin that was invoked through revmc_entry.