pub fn read_string_slice( reader: &mut impl Read, ) -> Result<Option<Vec<String>>, WalletError>
Read a string slice (nil-able).