Initializerswift 6.1.2Swift

init(_:)

Converts a typed UnsafePointer to an opaque C pointer.

init?<T>(_ from: UnsafePointer<T>?) where T : ~Copyable

The result is nil if from is nil.