natario1
10/01/2023, 6:23 PMList<Any?>. It’s not clear to me how to map the Any? values to `AVAudioSessionPortDescription`s.
For example, have some experience with C interop, but AVAudioSessionPortDescription is not even a CPointed (nor there’s any *Var type).
Has anyone dealt with this before?natario1
10/01/2023, 10:14 PMit as AVAudioSessionPortDescription
I wonder why cinterop infers the type to be Any? then.