Property
knownIndirectionLevel
The level of indirection, taking into account known types such as gpointer with 0 indicating the referenced type itself, 1 representing a pointer to an instance of the referenced type, 2 representing an array of pointers (or a pointer to a pointer), etc.
var knownIndirectionLevel: Int { get }