pub fn fuzz_frame_parse(data: &[u8])
Fuzz the full receiver-loop parse path: compound split, plus parsing the header of every sub-frame. Mirrors what prepare_sub_frame does before it dispatches on Command.
prepare_sub_frame
Command