pub unsafe extern "C" fn WasmEdge_PluginGetPluginName(
    Cxt: *const WasmEdge_PluginContext
) -> WasmEdge_String
Expand description

Get the plug-in name of the plug-in context.

The returned string object is linked to the plug-in name of the plug-in context, and the caller should NOT call the WasmEdge_StringDelete.

\param Cxt the WasmEdge_PluginContext.

\returns string object. Length will be 0 and Buf will be NULL if failed.