Attribute Macros

Attribute to declare the entry point of closing a session. Session context reference (&mut T) can be defined as an optional parameter.

Attribute to declare the entry point of creating TA.

Attribute to declare the entry point of destroying TA.

Attribute to declare the entry point of invoking commands. Session context reference (&mut T) can be defined as an optional parameter.

Attribute to declare the entry point of opening a session. Pointer to session context pointer (*mut *mut T) can be defined as an optional parameter.