pub unsafe extern "C" fn WasmEdge_TableTypeCreate(
    RefType: WasmEdge_RefType,
    Limit: WasmEdge_Limit
) -> *mut WasmEdge_TableTypeContext
Expand description

Creation of the WasmEdge_TableTypeContext.

The caller owns the object and should call WasmEdge_TableTypeDelete to destroy it.

\param RefType the reference type of the table type. \param Limit the limit struct of the table type.

\returns pointer to context, NULL if failed.