[][src]Function libnghttp2_sys::nghttp2_rcbuf_decref

pub unsafe extern "C" fn nghttp2_rcbuf_decref(rcbuf: *mut nghttp2_rcbuf)

@function

Decrements the reference count of |rcbuf| by 1. If the reference count becomes zero, the object pointed by |rcbuf| will be freed. In this case, application must not use |rcbuf| again.