Function wasmtime_c_api::wasmtime_table_set
source · #[no_mangle]
pub unsafe extern "C" fn wasmtime_table_set(
store: CStoreContextMut<'_>,
table: &Table,
index: u32,
val: &wasmtime_val_t
) -> Option<Box<wasmtime_error_t>>