Function wasmer_runtime_core_fl::fault::with_ctx[][src]

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

Runs a callback function with the given Ctx.