JxlEncoderDestroy

Function JxlEncoderDestroy 

Source
pub unsafe extern "C-unwind" fn JxlEncoderDestroy(
    enc: *mut JxlEncoder,
)
Expand description

Deinitializes and frees a JxlEncoder instance.

ยงParameters

  • enc: Instance to be cleaned up and deallocated.