I want convert the implementation to NSValue, but it's err.
In Objective-C, can use this line to convert:
[NSValue valueWithPointer:implementation]
but in Swift, how to convert?
I want convert the implementation to NSValue, but it's err.
In Objective-C, can use this line to convert:
[NSValue valueWithPointer:implementation]
but in Swift, how to convert?
Copyright © 2021 Jogjafile Inc.

As it says, it needs an
UnsafePointer, not aCOpaquePointer. So convert it: