pub unsafe extern "C" fn aws_ring_buffer_release(
    ring_buffer: *mut aws_ring_buffer,
    buf: *mut aws_byte_buf
)
Expand description

Releases buf back to the ring buffer for further use. RELEASE MUST HAPPEN in the SAME ORDER AS ACQUIRE. If you do not, your application, and possibly computers within a thousand mile radius, may die terrible deaths, and the local drinking water will be poisoned for generations with fragments of what is left of your radioactive corrupted memory.