withUnsafeBlockBuffer(_:)
Access the underlying CMBlockBuffer instance.
Declaration
func withUnsafeBlockBuffer<R>(_ body: (CMBlockBuffer) throws -> sending R) rethrows -> sending R where R : ~CopyableAccess the underlying CMBlockBuffer instance.
func withUnsafeBlockBuffer<R>(_ body: (CMBlockBuffer) throws -> sending R) rethrows -> sending R where R : ~Copyable