pub unsafe extern "C" fn WasmEdge_ValueGetExternRef(
    Val: WasmEdge_Value
) -> *mut c_void
Expand description

Retrieve the external reference from the WASM value.

\param Val the WasmEdge_Value struct.

\returns external reference in the input struct.