Attribute Macro optee_utee::ta_create

#[ta_create]
Expand description

Attribute to declare the entry point of creating TA.

ยงExamples

#[ta_crate]
fn ta_crate() -> Result<()> { }