pub unsafe fn runtime_plugin_on_unload_v1(
runtime: *mut c_void,
out_error: *mut RuntimeErrorBuf,
) -> RuntimeCallStatusExpand 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.