pub unsafe extern "C" fn aeron_publication_error_values_delete(
    to_delete: *mut aeron_publication_error_values_t,
)
Expand description

Delete a instance of aeron_publication_error_values_t that was created when making a copy (aeron_publication_error_values_copy). This should not be use on the pointer received via the aeron_frame_handler_t. @param to_delete to be deleted.