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.
pub unsafe extern "C-unwind" fn JxlEncoderDestroy(
enc: *mut JxlEncoder,
)Deinitializes and frees a JxlEncoder instance.
enc: Instance to be cleaned up and deallocated.