withUnsafeMutablePointers(_:)
Call body with UnsafeMutablePointers to the stored Header and raw Element storage.
Declaration
func withUnsafeMutablePointers<E, R>(_ body: (UnsafeMutablePointer<Header>, UnsafeMutablePointer<Element>) throws(E) -> R) throws(E) -> R where E : Error, R : ~Copyable