pub unsafe extern "C" fn WasmEdge_TableInstanceGetData(
    Cxt: *const WasmEdge_TableInstanceContext,
    Data: *mut WasmEdge_Value,
    Offset: u32
) -> WasmEdge_Result
Expand description

Get the reference value in a table instance.

\param Cxt the WasmEdge_TableInstanceContext. \param [out] Data the result reference value. \param Offset the reference value offset (index) in the table instance.

\returns WasmEdge_Result. Call WasmEdge_ResultGetMessage for the error message.