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