fn read_blob<F, R>(obj: &Object<'_>, f: F) -> GitResult<R>where F: FnMut(&mut dyn Read) -> Result<R>,
Reads the full content of a Git blob object into a specified output format.