macro_rules! short_path {
    ($prefix:expr, $n:expr) => { ... };
    ($prefix:expr, $n:expr, $s:expr) => { ... };
}