1
2
3
4
5
6
use std::mem;

#[no_mangle]
pub fn hello_world() {
    println!("hello_world");
}