#[entry]
Marks a function as the plugins entry point.
#[forge::entry] fn my_main_function() { // Your code here }