macro_rules! underscore_to_hyphen {
    ($e:expr) => { ... };
}