pub fn unpack_string<In: Read>( input: &mut In, maxsz: Option<usize>, ) -> Result<(String, usize)>
Unpack (perhaps) length-limited string