ot::Spinel::Decoder::ResetToSaved() method
Resets/moves the read position to a previously saved position. The saved position remembers its enclosing structure. When `ResetToSaved()` is called, the current open structure will be the same as when position was saved.
Return value
OT_ERROR_NONE Successfully reset the read position. OT_ERROR_INVALID_STATE The saved position is not valid (there is no saved position or the saved position was voided since its enclosing struct was closed).