fn split_top_level<'a>(s: &'a str, sep: &str) -> Option<Vec<&'a str>>
括弧の深さを考慮してトップレベルの区切りで分割する。区切りが無ければ None。
None