fz_drop_buffer

Function fz_drop_buffer 

Source
pub unsafe extern "C" fn fz_drop_buffer(
    ctx: *mut fz_context,
    buf: *mut fz_buffer,
)
Expand description

Drop a reference to the buffer. When the reference count reaches
zero, the buffer is destroyed.

Never throws exceptions.