pub(crate) fn file_url_segments_to_pathbuf_windows( host: Option<&str>, segments: Split<'_, char>, ) -> Result<PathBuf, ()>