Function mupdf_sys::fz_drop_band_writer[][src]

pub unsafe extern "C" fn fz_drop_band_writer(
    ctx: *mut fz_context,
    writer: *mut fz_band_writer
)

Drop the reference to the band writer, causing it to be destroyed.

Never throws an exception.