#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_clone_value( src: *const StackValue, dst: *mut StackValue, )
Clone a StackValue from LLVM IR.
src and dst must be valid pointers to StackValue slots.