macro_rules! register_cpu_operator_creator {
    ($key:ty, $($arg:ty),*) => { ... };
}