pub(crate) fn choose_color_convert_func( component_count: usize, color_transform: ColorTransform, ) -> Result<fn(&[Vec<u8>], &mut [u8]), Error>