pub async fn write_padding<W: AsyncWrite + Unpin>( w: &mut W, current_pos: usize, width: u8, ) -> Result<()>
Write a buffer to w.
w