Type Definition rust_htslib::htslib::hts_itr_query_func [] [src]

type hts_itr_query_func = extern "C" fn(_: *const hts_idx_t, _: c_int, _: c_int, _: c_int, _: *mut Option<extern "C" fn() -> c_int>) -> *mut hts_itr_t;