#[no_mangle] pub extern "C" fn add(x: isize, y: isize) -> isize { x + y }