#[no_mangle]
pub unsafe extern "C" fn extism_error(
    ctx: *mut Context,
    plugin: PluginIndex
) -> *const c_char
Expand description

Get the error associated with a Context or Plugin, if plugin is -1 then the context error will be returned