pub fn test_main_with_exit_callback<F: FnOnce()>( args: &[String], tests: Vec<TestDescAndFn>, options: Option<Options>, exit_callback: F, )
test