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

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

Never throws an exception.