pub fn create_corpus_dir<P: AsRef<Path>>(
    output_dir: P,
    corpus_type: Corpus
) -> Result<PathBuf>
Expand description

Returns the path under output_dir where a fuzzer could store a corpus of the given |corpus_type|.