Function wasmtime_c_api::wasmtime_val_unroot

source ยท
#[no_mangle]
pub unsafe extern "C" fn wasmtime_val_unroot(
    cx: WasmtimeStoreContextMut<'_>,
    val: &mut MaybeUninit<wasmtime_val_t>,
)