pub fn get_reader_bytes<R>( reader: &mut R, ) -> Result<ReaderBytes<'_>, PolarsError>where R: Read + MmapBytesReader + ?Sized,