Function wasmtime_c_api::wasmtime_anyref_unroot

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