Function wasmer_c_api::wasm_c_api::externals::wasm_table_new
source ยท #[no_mangle]
pub unsafe extern "C" fn wasm_table_new(
_store: Option<&wasm_store_t>,
_table_type: Option<&wasm_tabletype_t>,
_init: *const wasm_ref_t,
) -> Option<Box<wasm_table_t>>