Function rust_htslib::htslib::hts_format_description [] [src]

pub unsafe extern "C" fn hts_format_description(
    format: *const htsFormat
) -> *mut c_char

@abstract Get a human-readable description of the file format @param fmt Format structure holding type, version, compression, etc. @return Description string, to be freed by the caller after use.