pub type hts_pair32_t = hts_pair_pos_t;
struct hts_pair32_t { pub beg: i64, pub end: i64, }
beg: i64
end: i64