fn file_url_to_path(url: &str) -> Option<PathBuf>
Extract a local filesystem path from a file:// URL, or None for cloud URLs.
file://
None