Macro early_initcall

Source
macro_rules! early_initcall {
    ($func:ident) => { ... };
}