OpaquePointer
A wrapper around an opaque C pointer.
Declaration
@frozen struct OpaquePointerOverview
Opaque pointers are used to represent C pointers to types that cannot be represented in Swift, such as incomplete struct types.
A wrapper around an opaque C pointer.
@frozen struct OpaquePointerOpaque pointers are used to represent C pointers to types that cannot be represented in Swift, such as incomplete struct types.