withUnsafePointer(_:)
Invokes the given closure with a pointer to the given argument.
Declaration
func withUnsafePointer<R>(_ body: (UnsafeRawPointer) -> R) -> RInvokes the given closure with a pointer to the given argument.
func withUnsafePointer<R>(_ body: (UnsafeRawPointer) -> R) -> R