#pragma comment(linker, "/merge:. data=. text")
#pragma comment(linker, "/merge:. rdata=. text")
#pragma comment(linker, "/section:. rdata=. text")
i try that, but ....
#[link_section = "/merge:. data=. text /merge:. rdata=. text /section:. rdata=. text"]
As a result, it adds a section directly.. it's bad
How should I implement it in rust