Macro path_separator_bytes

macro_rules! path_separator_bytes {
    ($($sep:literal),+) => { ... };
}