[][src]Function mupdf_sys::fz_drop_buffer

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

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

Never throws exceptions.