pub(crate) fn write_iccp_chunk<W: Write>( w: &mut W, profile_name: &str, icc_profile: &[u8], ) -> Result<(), EncodingError>