Skip to main content

runtime_plugin_on_unload_v1

Function runtime_plugin_on_unload_v1 

Source
pub unsafe fn runtime_plugin_on_unload_v1(
    runtime: *mut c_void,
    out_error: *mut RuntimeErrorBuf,
) -> RuntimeCallStatus
Expand description

Calls the plugin unload hook through the v1 ABI helper.

ยงSafety

runtime must be a live plugin handle and out_error must be null or valid for writes.