#[unsafe(no_mangle)]pub unsafe extern "C" fn swap(stack: *mut u64) -> *mut u64
Swap the top two values: ( a b – b a )
Stack must have at least two values.