Function rust_htslib::htslib::bcf_hdr_init [] [src]

pub unsafe extern "C" fn bcf_hdr_init(mode: *const c_char) -> *mut bcf_hdr_t

bcf_hdr_init() - create an empty BCF header. @param mode "r" or "w"

When opened for writing, the mandatory fileFormat and FILTER=PASS lines are added automatically.