ot::Spinel::Encoder::SavePosition() method
Saves the current write position in the input frame. The saved position can later be used to discard a portion of written/encoded frame and move the write pointer back to the saved position (using `ResetToSaved()`).
Return value
OT_ERROR_NONE Successfully saved current write position in @p aPosition. OT_ERROR_INVALID_STATE `BeginFrame()` has not been called earlier to start the frame.