Function rust_htslib::htslib::bcf_hdr_format [] [src]

pub unsafe extern "C" fn bcf_hdr_format(
    hdr: *const bcf_hdr_t,
    is_bcf: c_int,
    str: *mut kstring_t
) -> c_int

Appends formatted header text to str. /** If is_bcf is zero, IDX fields are discarded.

  • @return 0 if successful, or negative if an error occurred
  • @since 1.4 */