withUnsafeBytes(_:)

Invokes the given closure with a buffer pointer covering the raw bytes of the signature.

ECDSA.swift:280
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R