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