Function wasmer_c_api::wasm_c_api::externals::wasm_table_grow
source ยท #[no_mangle]
pub unsafe extern "C" fn wasm_table_grow(
_table: &mut wasm_table_t,
_delta: wasm_table_size_t,
_init: *mut wasm_ref_t,
) -> bool