Function charls_sys::charls_jpegls_encoder_get_bytes_written

source ยท
pub unsafe extern "C" fn charls_jpegls_encoder_get_bytes_written(
    encoder: *const charls_jpegls_encoder,
    bytes_written: *mut usize,
) -> charls_jpegls_errc
Expand description
Returns the size in bytes, that are written to the destination. Reference to the encoder instance. Reference to the size that will be set when the functions returns. The result of the operation: success or a failure code.