[]Function lucet_runtime::c_api::lucet_vmctx_get_delegate

#[no_mangle]
pub unsafe extern "C" fn lucet_vmctx_get_delegate(
    vmctx_raw: *mut lucet_vmctx
) -> *mut c_void

Get the delegate object for the current instance.

TODO: rename