withUnsafeBlockBuffer(_:)

Access the underlying CMBlockBuffer instance.

Declaration

func withUnsafeBlockBuffer<R>(_ body: (CMBlockBuffer) throws -> sending  R) rethrows -> sending R where R : ~Copyable