#[no_mangle] pub extern "C" fn demo_hello_rust() -> () { println!("{}", "Hello, from Rust!"); }