pub fn get_reader_bytes<'a, R: Read + MmapBytesReader + ?Sized>(
    reader: &'a mut R
) -> PolarsResult<ReaderBytes<'a>>