pub fn profile_core_with_level<L, F, T>( label: L, location: &'static str, func: F, level: Level, quiet: bool, ) -> Twhere L: Display, F: FnOnce() -> T,