fn set_1bit_pixel_run<'a, T: Iterator<Item = &'a u8>>( pixel_iter: &mut ChunksMut<'_, u8>, palette: &[[u8; 3]], indices: T, )