Attribute Macro optee_utee::ta_destroy

source ·
#[ta_destroy]
Expand description

Attribute to declare the entry point of destroying TA.

§Examples

#[ta_destroy]
fn ta_destroy() { }