#[unsafe(no_mangle)]
pub extern "C-unwind" fn shim_swapExecutionContext(
new: ExecutionContext,
) -> ExecutionContext
Expand description
Sets the flag determining whether syscalls are passed through natively, and returns the old value.
Typical usage is to set this to the desired value at the beginning of an operation, and restore the old value afterwards.