pub type hts_itr_multi_query_func = Option<unsafe extern "C" fn(idx: *const hts_idx_t, itr: *mut hts_itr_t) -> c_int>;Aliased Type§
pub enum hts_itr_multi_query_func {
None,
Some(unsafe extern "C" fn(*const __hts_idx_t, *mut hts_itr_t) -> i32),
}