Function rust_htslib::htslib::bgzf_useek [] [src]

pub unsafe extern "C" fn bgzf_useek(
    fp: *mut BGZF,
    uoffset: c_long,
    where_: c_int
) -> c_int

Position BGZF at the uncompressed offset

@param fp BGZF file handler; must be opened for reading @param uoffset file offset in the uncompressed data @param where SEEK_SET supported atm

Returns 0 on success and -1 on error.