pub unsafe extern "C-unwind" fn JxlEncoderStatsMerge(
stats: *mut JxlEncoderStats,
other: *const JxlEncoderStats,
)Expand description
Updates the values of the given stats object with that of an other.
@param stats object whose values will be updated (usually added together) @param other stats object whose values will be merged with stats