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