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

Set the reference value into a table instance.

\param Cxt the WasmEdge_TableInstanceContext. \param Data the reference value to set into the table instance. \param Offset the reference value offset (index) in the table instance.

\returns WasmEdge_Result. Call WasmEdge_ResultGetMessage for the error message.