ot::Spinel::Encoder::CloseStruct() method
Closes the most recently opened struct (using `OpenStruct()`) in the current input frame. Each call to `CloseStruct()` must correspond to an earlier successfully opened struct. If a frame is ended using `EndFrame()` with remaining open structs, the `EndFrame()` method will close all the remaining structs. If no buffer space is available, this method will discard and clear the frame and return error status `OT_ERROR_NO_BUFS`.
Return value
OT_ERROR_NONE Successfully closed the most recently opened struct. OT_ERROR_NO_BUFS Insufficient buffer space available to open the struct. OT_ERROR_INVALID_STATE `BeginFrame()` has not been called earlier to start the frame or if there is no open struct to close