pub fn read_fasta_into_vec_dna_string_plus_headers(
    f: impl AsRef<Path>,
    dv: &mut Vec<DnaString>,
    headers: &mut Vec<String>
)