pomp_buffer_unref

Function pomp_buffer_unref 

Source
pub unsafe extern "C" fn pomp_buffer_unref(buf: *mut pomp_buffer)
Expand description

Decrease ref count of buffer. When it reaches 0, internal data as well as buffer structure itself is freed. @param buf : buffer.