hts_itr_multi_query_func

Type Alias hts_itr_multi_query_func 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const __hts_idx_t, *mut hts_itr_t) -> i32)

Some value of type T.