pub unsafe extern "C" fn fz_drop_compressed_buffer(
ctx: *mut fz_context,
buf: *mut fz_compressed_buffer,
)Expand description
Drop a reference to a compressed buffer. Destroys the buffer
and frees any storage/other references held by it.
Never throws exceptions.