1*d4726bddSHONG Yifan #include "direct.h" 2*d4726bddSHONG Yifan MakeRustStruct()3*d4726bddSHONG Yifan RustStruct MakeRustStruct() { 4*d4726bddSHONG Yifan RustStruct result; 5*d4726bddSHONG Yifan return result; 6*d4726bddSHONG Yifan } 7