Function rust_htslib::htslib::hts_close [] [src]

pub unsafe extern "C" fn hts_close(fp: *mut htsFile) -> c_int

@abstract Close a file handle, flushing buffered data for output streams @param fp The file handle to be closed @return 0 for success, or negative if an error occurred.