Function rust_htslib::htslib::bgzf_flush [] [src]

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

Write the data in the buffer to the file.

@param fp BGZF file handle @return 0 on success and -1 on error