pub fn parse_msg_header_not_read(buf: &[u8]) -> Result<MsgParsed<'_>, EspError>
Parse the payload with header, and separate the RPC bytes from the whole message. Accepts the whole message received.