pub unsafe fn webp_free_dec_buffer(buffer: *mut WebPDecBuffer)Expand description
Free any memory associated with the buffer. Must always be called last.
Note: doesn’t free the ‘buffer’ structure itself.
pub unsafe fn webp_free_dec_buffer(buffer: *mut WebPDecBuffer)Free any memory associated with the buffer. Must always be called last.
Note: doesn’t free the ‘buffer’ structure itself.