#[unsafe(no_mangle)]pub unsafe extern "C" fn wasm_table_new(
store: Option<&mut wasm_store_t>,
table_type: Option<&wasm_tabletype_t>,
init: *const wasm_ref_t,
) -> Option<Box<wasm_table_t>>#[unsafe(no_mangle)]pub unsafe extern "C" fn wasm_table_new(
store: Option<&mut wasm_store_t>,
table_type: Option<&wasm_tabletype_t>,
init: *const wasm_ref_t,
) -> Option<Box<wasm_table_t>>