pub unsafe extern "C" fn charls_jpegls_encoder_set_encoding_options(
    encoder: *mut charls_jpegls_encoder,
    encoding_options: charls_encoding_options,
) -> charls_jpegls_errc
Expand description
Configures the encoding options the encoder should use. Default is charls_encoding_options::include_pc_parameters_jai Reference to the encoder instance. Options to use. The result of the operation: success or a failure code.