pub unsafe extern "C" fn aeron_archive_delete_detached_segments(
    count_p: *mut i64,
    aeron_archive: *mut aeron_archive_t,
    recording_id: i64,
) -> c_int
Expand description

Delete segments which have been previously detached from a recording.

@param count_p out param set to the number of segments deleted @param aeron_archive the archive client @param recording_id the id of an existing recording @return 0 for success, -1 for failure