#[no_mangle] pub extern "C" fn square(x: i64) -> i64 { x * x }