#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_table_set(
store: WasmtimeStoreContextMut<'_>,
table: &Table,
index: u64,
val: &wasmtime_val_t,
) -> Option<Box<wasmtime_error_t>>
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_table_set(
store: WasmtimeStoreContextMut<'_>,
table: &Table,
index: u64,
val: &wasmtime_val_t,
) -> Option<Box<wasmtime_error_t>>