fn load_raw<RawChunk: Any + Into<Chunk> + DeserializeOwned, R: Read + Clone>( reader: R, ) -> Result<Chunk, (&'static str, Error)>