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

Get the function type context of the function instance.

The function type context links to the function type in the function instance context and owned by the context. The caller should NOT call the WasmEdge_FunctionTypeDelete.

\param Cxt the WasmEdge_FunctionInstanceContext.

\returns pointer to context, NULL if failed.