Skip to main content

plugin_shutdown

Function plugin_shutdown 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn plugin_shutdown(handle: *mut c_void) -> bool
Expand description

Shutdown a plugin instance

§Parameters

  • handle: Plugin handle from plugin_init

§Returns

true on success, false on failure

§Safety

  • handle must be a valid handle from plugin_init
  • After this call, the handle is no longer valid