pub async fn wait_buf<R: AsyncRead + Unpin, const MAX_SIZE: usize>( reader: &mut R, ) -> Result<Vec<u8>>