macro_rules! register_caffe2_early_init_function {
    ($name:ident, 
    $function:ident, 
    $description:ident) => { ... };
}