[][src]Function wasmer_runtime_core::fault::with_ctx

pub unsafe fn with_ctx<R, F: FnOnce() -> R>(ctx: *mut Ctx, cb: F) -> R

Runs a callback function with the given Ctx.