macro_rules! __function_always {
    () => { ... };
    ($data:expr) => { ... };
}
Expand description

Like function! macro, but will always do the scope even if module profiling is disabled.