#[init]
Marks the actor entry-point function to be executed by wasmcloud
#[actor::init] fn init() { // Register message handlers... }