pub unsafe extern "C" fn WasmEdge_MemoryTypeGetLimit(
    Cxt: *const WasmEdge_MemoryTypeContext
) -> WasmEdge_Limit
Expand description

Get the limit from a memory type.

\param Cxt the WasmEdge_MemoryTypeContext.

\returns the limit struct of the memory type.