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

type hts_seek_func = Option<unsafe extern "C" fn(fp: *mut c_void, offset: i64, where_: c_int) -> c_int>;