pub type ARAPersistentID = *const c_char;Expand description
! Persistent object reference representation. ! Persistent IDs are used to encode object references between plug-in and host when dealing ! with persistency. Contrary to the user-readable ARAUtf8String, ARAPersistentIDs are seven-bit ! US-ASCII-encoded strings, such as “com.manufacturerDomain.someIdentifier”, and can thus be ! directly compared using strcmp() and its siblings. They can be copied using strcpy() and must ! always be compared by value, not by address.