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