pub unsafe extern "C-unwind" fn JxlEncoderGetError(
enc: *mut JxlEncoder,
) -> JxlEncoderErrorExpand description
Get the (last) error code in case JxlEncoderStatus::Error was returned.
§Parameters
enc: Encoder object.
§Returns
The JxlEncoderError that caused the (last) JxlEncoderStatus::Error to be returned.