Function unpack_str_data

Source
pub fn unpack_str_data<R: Read>(
    reader: &mut R,
    len: usize,
) -> Result<Utf8String, UnpackError>