Function libjxl :: jxl :: ImageConvert
template <class FromType, class ToType>
auto ImageConvert(const Plane<FromType>& from, const float to_range, Plane<ToType> *const to) -> void