Type Definition hts_seek_func
rust_htslib::htslib
type hts_seek_func = Option<unsafe extern "C" fn(*mut c_void, i64, i32) -> i32>;