Function rust_htslib::htslib::bcf_hdr_remove [] [src]

pub unsafe extern "C" fn bcf_hdr_remove(
    h: *mut bcf_hdr_t,
    type_: c_int,
    key: *const c_char
)

bcf_hdr_remove() - remove VCF header tag @param type: one of BCF_HL_* @param key: tag name or NULL to remove all tags of the given type