Function wasmtime_val_unroot

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