func _withPlatformString()

in Sources/System/FilePath/FilePathComponents.swift [195:197]


  func _withPlatformString<Result>(_ body: (UnsafePointer<CInterop.PlatformChar>) throws -> Result) rethrows -> Result {
    try _storage.withPlatformString(body)
  }