#[no_mangle]
pub unsafe extern "C" fn wasm_table_grow(
t: &mut wasm_table_t,
delta: wasm_table_size_t,
init: Option<&wasm_ref_t>,
) -> bool
#[no_mangle]
pub unsafe extern "C" fn wasm_table_grow(
t: &mut wasm_table_t,
delta: wasm_table_size_t,
init: Option<&wasm_ref_t>,
) -> bool