pub fn tuple_pack_from_string(tuple_str: &str) -> Result<Vec<u8>, String>
Pack a tuple string into bytes without a directory (global tuple). Currently supports “(value)” as single string.