pub fn with_test_module<T>( out: &mut Testsuite, testsuite: &str, f: impl FnOnce(&mut Testsuite) -> Result<T>, ) -> Result<T>