Function instance_from_vmctx

Source
pub unsafe fn instance_from_vmctx<'a>(
    vmctx: *mut lucet_vmctx,
) -> &'a mut Instance
Expand description

Get an Instance from the vmctx pointer.

Only safe to call from within the guest context.