pub unsafe fn runtime_plugin_destroy_runtime_v1(runtime: *mut c_void)Expand description
Destroys a runtime plugin instance created by
runtime_plugin_create_runtime_v1.
ยงSafety
runtime must be null or a handle previously returned by
runtime_plugin_create_runtime_v1 and not already destroyed.