pub unsafe extern "C" fn WasmEdge_ValueIsNullRef(
    Val: WasmEdge_Value
) -> bool
Expand description

Specify the WASM value is a null reference or not.

\param Val the WasmEdge_Value struct.

\returns true if the value is a null reference, false if not.