pub fn decode_response( ns: &Namespace, bytes: &[u8], handles: Vec<HandleInfo>, ) -> Result<(TransactionHeader, Value), Error>
Decode a FIDL response from a byte buffer and a list of handles.