pub fn decode_uri(uri: &str) -> Option<String>
Decode a file URI.
file:///path/to/a%20file.ext
/path/to/a file.ext
file:///C:/path/to/a%20file.ext
C:\path\to\a file.ext