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