Attribute Macro optee_utee::ta_destroy

#[ta_destroy]
Expand description

Attribute to declare the entry point of destroying TA.

ยงExamples

#[ta_destroy]
fn ta_destroy() { }