Function rust_htslib::htslib::bgzf_index_build_init [] [src]

pub unsafe extern "C" fn bgzf_index_build_init(fp: *mut BGZF) -> c_int

Tell BGZF to build index while compressing.

@param fp BGZF file handler; can be opened for reading or writing.

Returns 0 on success and -1 on error.