Function rust_htslib::htslib::hts_parse_reg [] [src]

pub unsafe extern "C" fn hts_parse_reg(
    str: *const c_char,
    beg: *mut c_int,
    end: *mut c_int
) -> *const c_char

Parse a "CHR:START-END"-style region string ** @param str String to be parsed @param beg Set on return to the 0-based start of the region @param end Set on return to the 1-based end of the region @return Pointer to the colon or '\0' after the reference sequence name, or NULL if @a str could not be parsed. */