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.
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.