#[no_mangle]
pub extern "C" fn wasm_table_as_extern(
    table: Option<&wasm_table_t>
) -> Option<&wasm_extern_t>