self-define struct like ` struct MyDataS{ int member1; float member2; }; ` replaced to ` struct AA{ int bb; float cc; }; `