macro_rules! register_transform {
    ($a:tt, $b:tt) => { ... };
}