pub type AuthorizationPluginRef = *mut c_void;
Available on crate feature
AuthorizationPlugin
only.Expand description
Handle passed back by the plugin writer when creating a plugin. Any pluginhost will only instantiate one instance. The handle is used when creating mechanisms.
See also Appleās documentation