pub fn tuple_unpack_to_string(bytes: &[u8]) -> Result<String, String>
Unpack raw bytes into a simple tuple string like “(value)”.