patch_seq_3drop

Function patch_seq_3drop 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_3drop( stack: *mut StackValue, ) -> *mut StackValue
Expand description

Drop top three values: ( a b c – )

§Safety

Stack must have at least three values.