[][src]Type Definition hts_sys::hts_readrec_func

type hts_readrec_func = Option<unsafe extern "C" fn(fp: *mut BGZF, data: *mut c_void, r: *mut c_void, tid: *mut c_int, beg: *mut hts_pos_t, end: *mut hts_pos_t) -> c_int>;