Function WebPMemoryWriterClear

Source
pub unsafe extern "C" fn WebPMemoryWriterClear(
    writer: *mut WebPMemoryWriter,
)
Available on crate feature 0_5 only.
Expand description

The following must be called to deallocate writer->mem memory. The writer object itself is not deallocated.