withUnsafePointer(_:)

Invokes the given closure with a pointer to the given argument.

Declaration

func withUnsafePointer<R>(_ body: (UnsafeRawPointer) -> R) -> R