pub unsafe extern "C" fn slow5_close(s5p: *mut slow5_file_t) -> c_intExpand description
Close a slow5 file and free its memory. If the file had been opened for writing or appending, EOF marker will be written
@param s5p slow5 file structure @return same as fclose()