#[unsafe(no_mangle)]pub unsafe extern "C" fn pick(stack: *mut u64) -> *mut u64
Pick: Copy the nth value to the top.
Stack must have at least n+2 values (n+1 data values plus the index).