Skip to main content

PluginFn

Type Alias PluginFn 

Source
pub type PluginFn = extern "C" fn(host: *const HostApi, args: *const GenericValue, nargs: usize) -> FfiReturn;
Expand description

The signature every exported plugin function has.

args points at nargs contiguous values owned by the host; they stay valid (and GC-rooted) for the whole call.