can anyone point me to what i should allocate for ...
# kotlin-native
m
can anyone point me to what i should allocate for this argument?
type mismatch: inferred type is CPointerVarOf<COpaquePointer /* = CPointer<out CPointed> */> but CValuesRef<COpaquePointerVar /* = CPointerVarOf<COpaquePointer /* = CPointer<out CPointed> */> */>
was expected.. i think it requires whatver would be the correct usage for a **void type
m
@olonho thanks!