pub fn create_corpus_dir<P: AsRef<Path>>( output_dir: P, corpus_type: Corpus, ) -> Result<PathBuf>
Returns the path under output_dir where a fuzzer could store a corpus of the given |corpus_type|.
output_dir