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