[][src]Function hts_sys::hts_parse_region

pub unsafe extern "C" fn hts_parse_region(
    s: *const c_char,
    tid: *mut c_int,
    beg: *mut hts_pos_t,
    end: *mut hts_pos_t,
    getid: hts_name2id_f,
    hdr: *mut c_void,
    flags: c_int
) -> *const c_char