withUnsafeMutableBlockRegions(_:)

Access the potentially non-contiguous memory region referenced by this block buffer.

Declaration

mutating func withUnsafeMutableBlockRegions<R>(_ body: ([CMMutableDataBlockBuffer.BlockRegion]) throws -> sending  R) rethrows -> sending R