rust_htslib::htslib

Function hts_itr_regions

Source
pub unsafe extern "C" fn hts_itr_regions(
    idx: *const hts_idx_t,
    reglist: *mut hts_reglist_t,
    count: i32,
    getid: Option<unsafe extern "C" fn(_: *mut c_void, _: *const i8) -> i32>,
    hdr: *mut c_void,
    itr_specific: Option<unsafe extern "C" fn(_: *const hts_idx_t, _: *mut hts_itr_t) -> i32>,
    readrec: Option<unsafe extern "C" fn(_: *mut BGZF, _: *mut c_void, _: *mut c_void, _: *mut i32, _: *mut i64, _: *mut i64) -> i32>,
    seek: Option<unsafe extern "C" fn(_: *mut c_void, _: i64, _: i32) -> i32>,
    tell: Option<unsafe extern "C" fn(_: *mut c_void) -> i64>,
) -> *mut hts_itr_t