Function rust_htslib::htslib::vcf_parse [] [src]

pub unsafe extern "C" fn vcf_parse(
    s: *mut kstring_t,
    h: *const bcf_hdr_t,
    v: *mut bcf1_t
) -> c_int

Parse VCF line contained in kstring and populate the bcf1_t struct The line must not end with \n or \r characters.