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