pub type hts_itr_query_func = Option<unsafe extern "C" fn(idx: *const hts_idx_t, tid: c_int, beg: hts_pos_t, end: hts_pos_t, readrec: hts_readrec_func) -> *mut hts_itr_t>;
Aliased Type§
enum hts_itr_query_func {
None,
Some(unsafe extern "C" fn(_: *const __hts_idx_t, _: i32, _: i64, _: i64, _: Option<unsafe extern "C" fn(_: *mut BGZF, _: *mut c_void, _: *mut c_void, _: *mut i32, _: *mut i64, _: *mut i64) -> i32>) -> *mut hts_itr_t),
}