Function rust_htslib::htslib::hts_format_file_extension [] [src]

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

@ abstract Returns a string containing the file format extension. @ param format Format structure containing the file type. @ return A string ("sam", "bam", etc) or "?" for unknown formats.