fn function(block: &Block) { }
Run
void function(const Block &block) { }
fn function(block: Block) { }
void function(const Block &&block) { }