Function rust_htslib::htslib::bgzf_utell [] [src]

pub unsafe extern "C" fn bgzf_utell(fp: *mut BGZF) -> c_long

Position in uncompressed BGZF

@param fp BGZF file handler; must be opened for reading

Returns the current offset on success and -1 on error.