withUnsafeBytes(for:_:)

Declaration

func withUnsafeBytes<R>(for attachment: borrowing Attachment<Array<Element>>, _ body: (UnsafeRawBufferPointer) throws -> R) throws -> R