Attribute Macro optee_teec::plugin_invoke
#[plugin_invoke]
Expand description
Attribute to declare the invoke function of a plugin
#[plugin_invoke]
fn plugin_invoke(params: &mut PluginParameters) {}
#[plugin_invoke]
Attribute to declare the invoke function of a plugin
#[plugin_invoke]
fn plugin_invoke(params: &mut PluginParameters) {}