pub unsafe extern "C" fn WasmEdge_ValueGetI64(
    Val: WasmEdge_Value
) -> i64
Expand description

Retrieve the I64 value from the WASM value.

\param Val the WasmEdge_Value struct.

\returns I64 value in the input struct.