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§
pub 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),
}