Function rust_htslib::htslib::hts_idx_load2 [] [src]

pub unsafe extern "C" fn hts_idx_load2(
    fn_: *const c_char,
    fnidx: *const c_char
) -> *mut hts_idx_t

Load a specific index file ** @param fn Input BAM/BCF/etc filename @param fnidx The input index filename @return The index, or NULL if an error occurred. */