pub unsafe extern "C" fn WasmEdge_FunctionTypeGetReturnsLength(
    Cxt: *const WasmEdge_FunctionTypeContext
) -> u32
Expand description

Get the return types list length from the WasmEdge_FunctionTypeContext.

\param Cxt the WasmEdge_FunctionTypeContext.

\returns the return types list length.