withUnsafeMutablePointerToHeader(_:)
Call body with an UnsafeMutablePointer to the stored Header.
Declaration
final func withUnsafeMutablePointerToHeader<E, R>(_ body: (UnsafeMutablePointer<Header>) throws(E) -> R) throws(E) -> R where E : Error, R : ~Copyable