#[unsafe(no_mangle)]pub unsafe extern "C" fn rot( stack: *mut StackValue, ) -> *mut StackValue
Rotate the top three values: ( a b c – b c a )
Stack must have at least three values.