Function rust_htslib::htslib::bcf_write [] [src]

pub unsafe extern "C" fn bcf_write(
    fp: *mut htsFile,
    h: *mut bcf_hdr_t,
    v: *mut bcf1_t
) -> c_int

bcf_write() - write one VCF or BCF record. The type is determined at the open() call.