fn color_convert_cymk_to_rgb<const NUM_COMPONENTS: usize>( mcu_block: &[&[i16]; 4], width: usize, padded_width: usize, output: &mut [u8], )