pub fn get_mmap_bytes_reader( py_f: &Bound<'_, PyAny>, ) -> PyResult<Box<dyn MmapBytesReader>>
Create reader from PyBytes or a file-like object.