pub fn uri_to_path(uri: &str) -> Option<String>
Parse a file:// URI to a validated local path string. Rejects non-file URIs, null bytes, .. traversal, and non-directory paths. Returns a canonicalized absolute path.
file://
..