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?it as AVAudioSessionPortDescription
I wonder why cinterop infers the type to be Any? then.