rust_htslib::htslib::hts_readrec_func [] [src]

type hts_readrec_func = extern fn(fp: *mut BGZF, data: *mut c_void, r: *mut c_void, tid: *mut c_int, beg: *mut c_int, end: *mut c_int) -> c_int;