Function rust_htslib::htslib::sam_index_load [] [src]

pub unsafe extern "C" fn sam_index_load(
    fp: *mut htsFile,
    fn_: *const c_char
) -> *mut hts_idx_t

Load a BAM (.csi or .bai) or CRAM (.crai) index file ** @param fp File handle of the data file whose index is being opened @param fn BAM/CRAM/etc filename to search alongside for the index file @return The index, or NULL if an error occurred. */