pub type PluginFunctionFn = unsafe extern "C" fn(instance: *mut PluginInstance, runtime: *mut c_void) -> i64;Expand description
Type signature for plugin functions that use RuntimeHandle.
Plugin functions receive a mutable reference to the plugin instance and a RuntimeHandle for accessing arguments and setting return values.