[]Function lucet_runtime::c_api::lucet_vmctx_check_heap

#[no_mangle]
pub unsafe extern "C" fn lucet_vmctx_check_heap(
    vmctx_raw: *mut lucet_vmctx,
    ptr: *mut c_void,
    len: size_t
) -> bool

Check if a memory region is inside the instance heap.