wasmedge_sys::ffi

Function WasmEdge_FunctionTypeGetParametersLength

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

Get the parameter types list length from the WasmEdge_FunctionTypeContext.

\param Cxt the WasmEdge_FunctionTypeContext.

\returns the parameter types list length.