pub fn unpack_str_ref<'a, R>(reader: &mut R) -> Result<&'a str, UnpackError>where R: BufferedRead<'a>,