fn init_frame_1<P: Pixel + Default>( width: usize, height: usize, planes: impl IntoIterator<Item = P> + Send, frame: &mut Frame<P>, ) -> Result<(), Error>