Function rust_htslib::htslib::bcf_sr_add_reader [] [src]

pub unsafe extern "C" fn bcf_sr_add_reader(
    readers: *mut bcf_srs_t,
    fname: *const c_char
) -> c_int

bcf_sr_add_reader() - open new reader @readers: holder of the open readers @fname: the VCF file

Returns 1 if the call succeeded, or 0 on error.

See also the bcf_srs_t data structure for parameters controlling the reader's logic.