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.
pub unsafe extern "C" fn pomp_buffer_unref(buf: *mut pomp_buffer)Decrease ref count of buffer. When it reaches 0, internal data as well as buffer structure itself is freed. @param buf : buffer.