in Benchmarks/Benchmarks/Cpp/CppVectorBenchmarks.swift [28:33]
func destroy() { if let ptr = ptr { cpp_vector_destroy(ptr) } ptr = nil }